Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(73)

Unified Diff: third_party/WebKit/public/web/WebContextMenuData.h

Issue 2177023002: Remove spellchecker feedback. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix compile Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/public/web/WebContextMenuData.h
diff --git a/third_party/WebKit/public/web/WebContextMenuData.h b/third_party/WebKit/public/web/WebContextMenuData.h
index a2d69744ab51734f7b28eea6a3f7240704f25feb..6cf0674a355a3a439350204ca260bd8e5d9094c5 100644
--- a/third_party/WebKit/public/web/WebContextMenuData.h
+++ b/third_party/WebKit/public/web/WebContextMenuData.h
@@ -133,9 +133,6 @@ struct WebContextMenuData {
// The editable (possibily) misspelled word.
WebString misspelledWord;
- // The identifier of the misspelling.
- uint32_t misspellingHash;
-
// If misspelledWord is not empty, holds suggestions from the dictionary.
WebVector<WebString> dictionarySuggestions;
@@ -195,7 +192,6 @@ struct WebContextMenuData {
, hasImageContents(true)
, mediaFlags(MediaNone)
, isSpellCheckingEnabled(false)
- , misspellingHash(0)
, isEditable(false)
, writingDirectionDefault(CheckableMenuItemDisabled)
, writingDirectionLeftToRight(CheckableMenuItemEnabled)
« no previous file with comments | « third_party/WebKit/Source/web/tests/WebFrameTest.cpp ('k') | third_party/WebKit/public/web/WebSpellCheckClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698