| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index b2c193787198620201fdefa57a90dfad8dc13f72..cdf8e3c52f559a770ab983e58c625f28cedbeb48 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";
|
|
|