mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium revision beafd8cb (#314338).
- Remove unused CefContextMenuHandler::GetMisspellingHash() method. git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@2020 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
@@ -216,19 +216,6 @@ CefString CefContextMenuParamsCToCpp::GetMisspelledWord() {
|
||||
return _retvalStr;
|
||||
}
|
||||
|
||||
int CefContextMenuParamsCToCpp::GetMisspellingHash() {
|
||||
if (CEF_MEMBER_MISSING(struct_, get_misspelling_hash))
|
||||
return 0;
|
||||
|
||||
// AUTO-GENERATED CONTENT - DELETE THIS COMMENT BEFORE MODIFYING
|
||||
|
||||
// Execute
|
||||
int _retval = struct_->get_misspelling_hash(struct_);
|
||||
|
||||
// Return type: simple
|
||||
return _retval;
|
||||
}
|
||||
|
||||
bool CefContextMenuParamsCToCpp::GetDictionarySuggestions(
|
||||
std::vector<CefString>& suggestions) {
|
||||
if (CEF_MEMBER_MISSING(struct_, get_dictionary_suggestions))
|
||||
|
@@ -48,7 +48,6 @@ class CefContextMenuParamsCToCpp
|
||||
virtual MediaStateFlags GetMediaStateFlags() OVERRIDE;
|
||||
virtual CefString GetSelectionText() OVERRIDE;
|
||||
virtual CefString GetMisspelledWord() OVERRIDE;
|
||||
virtual int GetMisspellingHash() OVERRIDE;
|
||||
virtual bool GetDictionarySuggestions(
|
||||
std::vector<CefString>& suggestions) OVERRIDE;
|
||||
virtual bool IsEditable() OVERRIDE;
|
||||
|
Reference in New Issue
Block a user