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-07 02:55:32 +0000
committeraa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-01-07 02:55:32 +0000
commit2001e0e1c1d193f992da09baf9e4f4c0fb0f8b11 (patch)
tree358b9336a0132500138596d6391cc9b3f585b429 /chrome/common/chrome_switches.cc
parent14919cc621c82c873304a10fe21bd508af19a4b1 (diff)
downloadchromium_src-2001e0e1c1d193f992da09baf9e4f4c0fb0f8b11.zip
chromium_src-2001e0e1c1d193f992da09baf9e4f4c0fb0f8b11.tar.gz
chromium_src-2001e0e1c1d193f992da09baf9e4f4c0fb0f8b11.tar.bz2
Change greasemonkey flag to enable-user-scripts.
Later will change class names to be UserScript instead of Greasemonkey. Review URL: http://codereview.chromium.org/16566 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7649 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.cc')
-rw-r--r--chrome/common/chrome_switches.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 45c9363..b2c1937 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -334,7 +334,7 @@ const wchar_t kEnableP13n[] = L"enable-p13n";
const wchar_t kSdchFilter[] = L"enable-sdch";
// Enable Greasemonkey script support.
-const wchar_t kEnableGreasemonkey[] = L"enable-greasemonkey";
+const wchar_t kEnableGreasemonkey[] = L"enable-user-scripts";
// Enable extensions.
const wchar_t kEnableExtensions[] = L"enable-extensions";