Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index b304287f5e318486af28bd1fe117ef3eb6403cb3..3dd62e41fe7b3d7c90a9fc18b28b5e240a6aa514 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -280,6 +280,9 @@ 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"; |
@@ -506,14 +509,14 @@ const char kEnableNaClDebug[] = "enable-nacl-debug"; |
// Enabled integrated bookmark features in the New Tab pane. |
const char kEnableNTPBookmarkFeatures[] = "enable-ntp-bookmark-features"; |
+// Enables advanced app capabilities. |
+const char kEnablePlatformApps[] = "enable-platform-apps"; |
+ |
// Enables content settings based on host *and* plug-in in the user |
// preferences. |
const char kEnableResourceContentSettings[] = |
"enable-resource-content-settings"; |
-// Disables panels (always on-top docked pop-up windows). |
-const char kDisablePanels[] = "disable-panels"; |
- |
// Enables speculative TCP/IP preconnection. |
const char kEnablePreconnect[] = "enable-preconnect"; |