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

Unified Diff: content/renderer/context_menu_params_builder.cc

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: content/renderer/context_menu_params_builder.cc
diff --git a/content/renderer/context_menu_params_builder.cc b/content/renderer/context_menu_params_builder.cc
index 2a0f66d7bf4447dc5be571d7b4f89599075f19fa..010fadc13cd187bee25144f11197e180d99aca22 100644
--- a/content/renderer/context_menu_params_builder.cc
+++ b/content/renderer/context_menu_params_builder.cc
@@ -31,7 +31,6 @@ ContextMenuParams ContextMenuParamsBuilder::Build(
params.selection_text = data.selectedText;
params.title_text = data.titleText;
params.misspelled_word = data.misspelledWord;
- params.misspelling_hash = data.misspellingHash;
params.spellcheck_enabled = data.isSpellCheckingEnabled;
params.is_editable = data.isEditable;
params.writing_direction_default = data.writingDirectionDefault;
« no previous file with comments | « content/public/common/context_menu_params.cc ('k') | third_party/WebKit/Source/core/editing/markers/DocumentMarker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698