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

Unified Diff: chrome/browser/renderer_context_menu/render_view_context_menu.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 | « no previous file | chrome/browser/renderer_context_menu/spelling_options_submenu_observer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/renderer_context_menu/render_view_context_menu.cc
diff --git a/chrome/browser/renderer_context_menu/render_view_context_menu.cc b/chrome/browser/renderer_context_menu/render_view_context_menu.cc
index e69f93ca97bb6e96641faef266cd384a4cc21980..d492bf52d3245aa9af6f25e26a2c7ce7a7f2ec14 100644
--- a/chrome/browser/renderer_context_menu/render_view_context_menu.cc
+++ b/chrome/browser/renderer_context_menu/render_view_context_menu.cc
@@ -729,8 +729,8 @@ void RenderViewContextMenu::InitMenu() {
if (content_type_->SupportsGroup(
ContextMenuContentType::ITEM_GROUP_EDITABLE)) {
menu_model_.AddSeparator(ui::NORMAL_SEPARATOR);
- AppendPlatformEditableItems();
AppendLanguageSettings();
+ AppendPlatformEditableItems();
}
if (content_type_->SupportsGroup(
« no previous file with comments | « no previous file | chrome/browser/renderer_context_menu/spelling_options_submenu_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698