summaryrefslogtreecommitdiffstats
path: root/chrome/common/chrome_switches.cc
diff options
context:
space:
mode:
authoraa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-05 18:46:25 +0000
committeraa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-05 18:46:25 +0000
commit581eb178c9c0741043ad0b3283fc50a3c836d241 (patch)
treea2107e4877e5c8b8d5de32d4de0bec5356bb3dad /chrome/common/chrome_switches.cc
parent2526fef59264ae36c7277af2fab1809f342cd050 (diff)
downloadchromium_src-581eb178c9c0741043ad0b3283fc50a3c836d241.zip
chromium_src-581eb178c9c0741043ad0b3283fc50a3c836d241.tar.gz
chromium_src-581eb178c9c0741043ad0b3283fc50a3c836d241.tar.bz2
Rename --enable-off-store-extension-install to --enable-easy-off...
This is a more accurate name. Off store extension install is still supported, just not as easily. BUG=55584 TBR=jhawkins Review URL: https://chromiumcodereview.appspot.com/10511015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140569 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.cc')
-rw-r--r--chrome/common/chrome_switches.cc12
1 files changed, 6 insertions, 6 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index cd8b26f..2ff0a2e 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -503,6 +503,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";
@@ -563,12 +569,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";