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

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

Issue 2713333002: Remove redundant separator at end of the spelling correction context menu (Closed)
Patch Set: Just remove the separator Created 3 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 | 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/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 f86db71d8c2bd0bb784b87ddb39ee6aa4ccf0db2..715fd2909771a1c148a7fcad23f6f44c6b952777 100644
--- a/chrome/browser/renderer_context_menu/render_view_context_menu.cc
+++ b/chrome/browser/renderer_context_menu/render_view_context_menu.cc
@@ -1410,8 +1410,6 @@ void RenderViewContextMenu::AppendEditableItems() {
menu_model_.AddItemWithStringId(IDC_CONTENT_CONTEXT_SELECTALL,
IDS_CONTENT_CONTEXT_SELECTALL);
}
-
- menu_model_.AddSeparator(ui::NORMAL_SEPARATOR);
lazyboy 2017/02/28 00:29:02 This is prone to further bugs I think: If group it
edwardjung 2017/02/28 01:01:06 Done.
}
void RenderViewContextMenu::AppendLanguageSettings() {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698