summaryrefslogtreecommitdiffstats
path: root/chrome/common/chrome_switches.h
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.h
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.h')
-rw-r--r--chrome/common/chrome_switches.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
index 78e8212..fe9478b 100644
--- a/chrome/common/chrome_switches.h
+++ b/chrome/common/chrome_switches.h
@@ -129,7 +129,7 @@ extern const wchar_t kEnableP13n[];
extern const wchar_t kSdchFilter[];
-extern const wchar_t kEnableGreasemonkey[];
+extern const wchar_t kEnableUserScripts[];
extern const wchar_t kEnableExtensions[];
extern const wchar_t kIncognito[];