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

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: 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 22fe278c36f7baac34a39fc2173afaa636646eda..ed6e5a1f66a416e27f508c74297e5a09521d45e1 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"
@@ -1197,13 +1196,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