From 2001e0e1c1d193f992da09baf9e4f4c0fb0f8b11 Mon Sep 17 00:00:00 2001 From: "aa@chromium.org" Date: Wed, 7 Jan 2009 02:55:32 +0000 Subject: 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 --- chrome/common/chrome_switches.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/common') 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"; -- cgit v1.1