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:
@ -100,11 +100,6 @@ CefString CefContextMenuParamsImpl::GetMisspelledWord() {
|
||||
return const_value().misspelled_word;
|
||||
}
|
||||
|
||||
int CefContextMenuParamsImpl::GetMisspellingHash() {
|
||||
CEF_VALUE_VERIFY_RETURN(false, 0);
|
||||
return const_value().misspelling_hash;
|
||||
}
|
||||
|
||||
bool CefContextMenuParamsImpl::GetDictionarySuggestions(
|
||||
std::vector<CefString>& suggestions) {
|
||||
CEF_VALUE_VERIFY_RETURN(false, false);
|
||||
|
Reference in New Issue
Block a user