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

Unified Diff: chrome/browser/ui/views/frame/global_menu_bar_x11.cc

Issue 2772713002: Remove IDC_CREATE_SHORTCUT and its associated UI. (Closed)
Patch Set: iwyu Created 3 years, 9 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/ui/views/frame/global_menu_bar_x11.cc
diff --git a/chrome/browser/ui/views/frame/global_menu_bar_x11.cc b/chrome/browser/ui/views/frame/global_menu_bar_x11.cc
index 3e3e8a6eaa1bd1ab41485871094424783565d6d3..ef4d2f65ea0e156e571b04e3f3bc18d821200e87 100644
--- a/chrome/browser/ui/views/frame/global_menu_bar_x11.cc
+++ b/chrome/browser/ui/views/frame/global_menu_bar_x11.cc
@@ -152,10 +152,6 @@ GlobalMenuBarCommand file_menu[] = {
{ MENU_SEPARATOR, MENU_SEPARATOR },
- { IDS_CREATE_SHORTCUTS, IDC_CREATE_SHORTCUTS },
-
- { MENU_SEPARATOR, MENU_SEPARATOR },
-
{ IDS_CLOSE_WINDOW_LINUX, IDC_CLOSE_WINDOW },
{ IDS_CLOSE_TAB_LINUX, IDC_CLOSE_TAB },
{ IDS_SAVE_PAGE, IDC_SAVE_PAGE },

Powered by Google App Engine
This is Rietveld 408576698