Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index 39da3d91e8f920dd356e668c8c2831754d702700..10b70579c037afed5e637a3ecce55051c97bb40c 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -259,6 +259,9 @@ const char kDisableIPv6[] = "disable-ipv6"; |
const char kDisableMinimizeOnSecondLauncherItemClick[] = |
"disable-minimize-on-second-launcher-item-click"; |
+// Disables the new bookmark app system. |
+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. |
const char kDisableNewOfflineErrorPage[] = "disable-new-offline-error-page"; |
@@ -461,9 +464,6 @@ 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"; |