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

Unified Diff: chrome/common/chrome_switches.cc

Issue 938603002: Disable bookmark apps on non-ChromeOS platforms. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 6a4f7d1f29d364492a6f23b65740e432f3318260..bf5a82311450389df0582cd616d7a3548f6ac49c 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -270,7 +270,7 @@ const char kDisableMinimizeOnSecondLauncherItemClick[] =
"disable-minimize-on-second-launcher-item-click";
// Disables the new bookmark app system.
-const char kDisableNewBookmarkApps[] = "disable-new-bookmark-apps";
+const char kDisableNewBookmarkApps[] = "disable-new-bookmark-apps";
// Disables the new offline error page generated by NetErrorHelper for ChromeOS
// and instead uses the old error page generated by OfflineResourceThrottle.
@@ -464,6 +464,9 @@ const char kEnableMaterialDesignSettings[] = "enable-md-settings";
// (internally adds lEnableGpuPlugin to the command line).
const char kEnableNaCl[] = "enable-nacl";
+// Enables the new bookmark app system.
+const char kEnableNewBookmarkApps[] = "enable-new-bookmark-apps";
Lei Zhang 2015/02/18 20:12:29 nit: equal sign is misaligned.
benwells 2015/02/18 20:26:54 Done.
+
// Enables the network-related benchmarking extensions.
const char kEnableNetBenchmarking[] = "enable-net-benchmarking";

Powered by Google App Engine
This is Rietveld 408576698