Index: chrome/common/chrome_switches.cc |
=================================================================== |
--- chrome/common/chrome_switches.cc (revision 3492) |
+++ chrome/common/chrome_switches.cc (working copy) |
@@ -330,6 +330,9 @@ |
// 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-greasemonkey"; |
+ |
// Causes the browser to launch directly in incognito mode. |
const wchar_t kIncognito[] = L"incognito"; |