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

Unified Diff: chrome/browser/about_flags.cc

Issue 13940006: Remove --show-app-list-shortcut flag and implement new app launcher enable logic. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove rest of start menu code Created 7 years, 8 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/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index fca26dea8ddf7f6427ddc895ec1835a79dacb051..75fa1dbb21db3f1b14cf8d254660be3309d2842c 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -12,7 +12,6 @@
#include <set>
#include <utility>
-#include "apps/switches.h"
#include "base/command_line.h"
#include "base/memory/singleton.h"
#include "base/prefs/pref_service.h"
@@ -1188,13 +1187,6 @@ const Experiment kExperiments[] = {
SINGLE_VALUE_TYPE(switches::kDisableNativeAutofillUi)
},
{
- "show-app-list-shortcut",
- IDS_FLAGS_SHOW_APP_LIST_SHORTCUT_NAME,
- IDS_FLAGS_SHOW_APP_LIST_SHORTCUT_DESCRIPTION,
- kOsWin,
- SINGLE_VALUE_TYPE(apps::switches::kShowAppListShortcut)
- },
- {
"enable-experimental-form-filling",
IDS_FLAGS_ENABLE_EXPERIMENTAL_FORM_FILLING_NAME,
IDS_FLAGS_ENABLE_EXPERIMENTAL_FORM_FILLING_DESCRIPTION,

Powered by Google App Engine
This is Rietveld 408576698