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

Unified Diff: content/public/common/context_menu_params.cc

Issue 15750002: Send IGNORE feedback to spellcheck service when user cancels spellcheck menu (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Initialize misspelling hash Created 7 years, 7 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
« no previous file with comments | « chrome/browser/tab_contents/spelling_menu_observer.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/context_menu_params.cc
diff --git a/content/public/common/context_menu_params.cc b/content/public/common/context_menu_params.cc
index acf636edbe9bd02792021fb1c29be72ce3e612f0..176a429e8486ebf9843fa2898e88e78f92524efe 100644
--- a/content/public/common/context_menu_params.cc
+++ b/content/public/common/context_menu_params.cc
@@ -21,6 +21,7 @@ ContextMenuParams::ContextMenuParams()
is_image_blocked(false),
frame_id(0),
media_flags(0),
+ misspelling_hash(0),
speech_input_enabled(false),
spellcheck_enabled(false),
is_editable(false),
« no previous file with comments | « chrome/browser/tab_contents/spelling_menu_observer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698