Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index f82a071fd44ba6e238261fa8cab86748035161d2..a9917d3c3ce5815fd4b7a2a2e55f9923c8225f6d 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"; |