| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 06c120b35523177cc41f1630063f576dfe299d48..5ee3ea162e2152238ab364b2fb8cdb066e89800c 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -285,6 +285,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";
|
|
|
| @@ -508,14 +511,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";
|
|
|
|
|