| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index d23e28a363ab2979e792f4e1c589af1160d2b140..b8c3c30be6efdfcb2ed320eb697cfa1b45541729 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -335,6 +335,11 @@ const char kDisableLoginAnimations[] = "disable-login-animations";
|
| // 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";
|
|
|
|
|