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

Unified Diff: ui/app_list/app_list_menu.cc

Issue 2121303003: Remove the "Settings" packaged app (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 | « ui/app_list/app_list_menu.h ('k') | ui/app_list/app_list_view_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/app_list_menu.cc
diff --git a/ui/app_list/app_list_menu.cc b/ui/app_list/app_list_menu.cc
index 4f71d21a4c54f91f58ecac5c239ff1cfc02c251d..09922dc5430bbec5cb88ec3014c54de4ea0e7fe4 100644
--- a/ui/app_list/app_list_menu.cc
+++ b/ui/app_list/app_list_menu.cc
@@ -50,9 +50,6 @@ void AppListMenu::InitMenu() {
menu_model_.AddSeparator(ui::NORMAL_SEPARATOR);
}
- menu_model_.AddItem(SHOW_SETTINGS, l10n_util::GetStringUTF16(
- IDS_APP_LIST_OPEN_SETTINGS));
-
menu_model_.AddItem(SHOW_HELP, l10n_util::GetStringUTF16(
IDS_APP_LIST_HELP));
@@ -85,9 +82,6 @@ void AppListMenu::ExecuteCommand(int command_id, int event_flags) {
return;
}
switch (command_id) {
- case SHOW_SETTINGS:
- delegate_->OpenSettings();
- break;
case SHOW_HELP:
delegate_->OpenHelp();
break;
« no previous file with comments | « ui/app_list/app_list_menu.h ('k') | ui/app_list/app_list_view_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698