Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index cf14a5054b3ae16056feb00af56ed76c1710932c..a8db0932e5e3bc2015e9f267ac0e8a6bbd62d54d 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -300,9 +300,6 @@ const char kDisableIPv6[] = "disable-ipv6"; |
// attempt to use the existing connection. |
const char kDisableIPPooling[] = "disable-ip-pooling"; |
-// Disables panels (always on-top docked pop-up windows). |
-const char kDisablePanels[] = "disable-panels"; |
- |
// Disable speculative TCP/IP preconnection. |
const char kDisablePreconnect[] = "disable-preconnect"; |
@@ -523,6 +520,9 @@ const char kEnableNaCl[] = "enable-nacl"; |
// Enables debugging via RSP over a socket. |
const char kEnableNaClDebug[] = "enable-nacl-debug"; |
+// Enables panels (always on-top docked pop-up windows). |
+const char kEnablePanels[] = "enable-panels"; |
+ |
// Enables advanced app capabilities. |
const char kEnablePlatformApps[] = "enable-platform-apps"; |