| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 8552485dd2f822a8152f4bca1cd251a0dac748b8..ac67eee65275748493548d83205553e835209b42 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -500,6 +500,12 @@ const char kEnableCrxlessWebApps[] = "enable-crxless-web-apps";
|
| // If true devtools experimental settings are enabled.
|
| const char kEnableDevToolsExperiments[] = "enable-devtools-experiments";
|
|
|
| +// 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 kEnableEasyOffStoreExtensionInstall[] =
|
| + "enable-easy-off-store-extension-install";
|
| +
|
| // Enables extension APIs that are in development.
|
| const char kEnableExperimentalExtensionApis[] =
|
| "enable-experimental-extension-apis";
|
| @@ -560,12 +566,6 @@ const char kEnableNpn[] = "enable-npn";
|
| // 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";
|
|
|
|
|