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

Unified Diff: chrome/browser/renderer_context_menu/spelling_menu_observer.cc

Issue 2591073002: Simplify context menu for misspelled words + add metrics to this context (Closed)
Patch Set: Merge Created 3 years, 11 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: chrome/browser/renderer_context_menu/spelling_menu_observer.cc
diff --git a/chrome/browser/renderer_context_menu/spelling_menu_observer.cc b/chrome/browser/renderer_context_menu/spelling_menu_observer.cc
index ca6f1d20efc6fbd8e3cc378b0d0bba5213fa78cb..0af7672bd98d341db4052c1458b881f9d3cb7a38 100644
--- a/chrome/browser/renderer_context_menu/spelling_menu_observer.cc
+++ b/chrome/browser/renderer_context_menu/spelling_menu_observer.cc
@@ -169,7 +169,6 @@ void SpellingMenuObserver::InitMenu(const content::ContextMenuParams& params) {
proxy_->AddMenuItem(IDC_SPELLCHECK_ADD_TO_DICTIONARY,
l10n_util::GetStringUTF16(IDS_CONTENT_CONTEXT_ADD_TO_DICTIONARY));
proxy_->AddSpellCheckServiceItem(integrate_spelling_service_.GetValue());
- proxy_->AddSeparator();
}
bool SpellingMenuObserver::IsCommandIdSupported(int command_id) {

Powered by Google App Engine
This is Rietveld 408576698