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

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

Issue 1699213003: [spellcheck] Reorder spellcheck options in context menu. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@spell-menu
Patch Set: Created 4 years, 10 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/renderer_context_menu/render_view_context_menu.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/renderer_context_menu/spelling_options_submenu_observer.cc
diff --git a/chrome/browser/renderer_context_menu/spelling_options_submenu_observer.cc b/chrome/browser/renderer_context_menu/spelling_options_submenu_observer.cc
index 330910cd63408af0c6c8063b5d12da53e2c04347..e570a591bbdace4b4f3c12dd96ea9d35ac554819 100644
--- a/chrome/browser/renderer_context_menu/spelling_options_submenu_observer.cc
+++ b/chrome/browser/renderer_context_menu/spelling_options_submenu_observer.cc
@@ -66,9 +66,9 @@ void SpellingOptionsSubMenuObserver::InitMenu(
// Add an item that opens the 'Settings - Languages' page. This item is
// handled in RenderViewContextMenu.
- submenu_model_.AddSeparator(ui::NORMAL_SEPARATOR);
submenu_model_.AddItemWithStringId(IDC_CONTENT_CONTEXT_LANGUAGE_SETTINGS,
IDS_CONTENT_CONTEXT_LANGUAGE_SETTINGS);
+ submenu_model_.AddSeparator(ui::NORMAL_SEPARATOR);
if (num_selected_dictionaries_ > 0) {
// Add a 'Check spelling while typing' item in the sub menu.
« no previous file with comments | « chrome/browser/renderer_context_menu/render_view_context_menu.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698