summaryrefslogtreecommitdiffstats
path: root/chrome/common/chrome_switches.cc
diff options
context:
space:
mode:
authoraa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-01-09 20:37:35 +0000
committeraa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-01-09 20:37:35 +0000
commit0938d3cb82dfd2424117f73573e757424ebede00 (patch)
treef1d0503af86c6c8bf6be409c1744437384d7cb86 /chrome/common/chrome_switches.cc
parent4f2321dbb2e034601fed172d222a90009e4674a0 (diff)
downloadchromium_src-0938d3cb82dfd2424117f73573e757424ebede00.zip
chromium_src-0938d3cb82dfd2424117f73573e757424ebede00.tar.gz
chromium_src-0938d3cb82dfd2424117f73573e757424ebede00.tar.bz2
This is a rename of the term 'Greasemonkey' to 'user script' in Chromium.
I'm doing this to avoid confusion with the Firefox version of Greasemonkey and also because 'user script' is really the correct generic term. At the same time, I also moved user_script_master* into extensions/ because I want these two pieces to get closer and closer such that standalone user scripts are just a very small extension. Also extensions will be relying on most of the user script code. Review URL: http://codereview.chromium.org/17281 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7827 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.cc')
-rw-r--r--chrome/common/chrome_switches.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index b2c1937..cdf8e3c 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -333,8 +333,8 @@ const wchar_t kEnableP13n[] = L"enable-p13n";
// SDCH is currently only supported server-side for searches on google.com.
const wchar_t kSdchFilter[] = L"enable-sdch";
-// Enable Greasemonkey script support.
-const wchar_t kEnableGreasemonkey[] = L"enable-user-scripts";
+// Enable user script support.
+const wchar_t kEnableUserScripts[] = L"enable-user-scripts";
// Enable extensions.
const wchar_t kEnableExtensions[] = L"enable-extensions";