| Index: chrome/common/chrome_switches.cc
|
| ===================================================================
|
| --- chrome/common/chrome_switches.cc (revision 137574)
|
| +++ chrome/common/chrome_switches.cc (working copy)
|
| @@ -336,6 +336,11 @@
|
| // Disables the menu on the NTP for accessing sessions from other devices.
|
| const char kDisableNTPOtherSessionsMenu[] = "disable-ntp-other-sessions-menu";
|
|
|
| +// Disables the inline off-store extension installation UI. With this switch,
|
| +// users must use a new out-of-band installation UI from chrome://extensions/.
|
| +const char kDisableOffStoreExtensionInstall[] =
|
| + "disable-off-store-extension-install";
|
| +
|
| // Disable speculative TCP/IP preconnection.
|
| const char kDisablePreconnect[] = "disable-preconnect";
|
|
|
| @@ -563,12 +568,6 @@
|
| // HTTP is still used for all requests.
|
| const char kEnableNpnHttpOnly[] = "enable-npn-http";
|
|
|
| -// Enables extensions to be easily installed from sites other than the web
|
| -// store. Without this flag, they can still be installed, but must be manually
|
| -// dragged onto chrome://extensions/.
|
| -const char kEnableOffStoreExtensionInstall[] =
|
| - "enable-off-store-extension-install";
|
| -
|
| // Enables panels (always on-top docked pop-up windows).
|
| const char kEnablePanels[] = "enable-panels";
|
|
|
|
|