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

Unified Diff: chrome/common/chrome_switches.cc

Issue 937843004: Disable bookmark apps on non-ChromeOS platforms. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: wow - how did that compile anywhere 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
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | chrome/renderer/web_apps.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index ae35d568b6c9744e0bf5656e47826677a7618011..dcf4a253f2e2055e5f66f206d23e71d33658d461 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.
@@ -467,6 +467,9 @@ const char kEnableNaCl[] = "enable-nacl";
// Enables the network-related benchmarking extensions.
const char kEnableNetBenchmarking[] = "enable-net-benchmarking";
+// Enables the new bookmark app system.
+const char kEnableNewBookmarkApps[] = "enable-new-bookmark-apps";
+
// Enables NPN with HTTP. It means NPN is enabled but SPDY won't be used.
// HTTP is still used for all requests.
const char kEnableNpnHttpOnly[] = "enable-npn-http";
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | chrome/renderer/web_apps.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698