Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index 545a49672e24e31e035eaf5a9c2262f414876e3f..df6019739dd820a7f83ef2a4cf57205b312900ec 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -259,9 +259,6 @@ 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 menu on the NTP for accessing sessions from other devices. |
const char kDisableNTPOtherSessionsMenu[] = "disable-ntp-other-sessions-menu"; |
@@ -457,6 +454,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"; |