| Index: chrome/common/chrome_switches.cc
|
| ===================================================================
|
| --- chrome/common/chrome_switches.cc (revision 6350)
|
| +++ chrome/common/chrome_switches.cc (working copy)
|
| @@ -336,6 +336,9 @@
|
| // Enable Greasemonkey script support.
|
| const wchar_t kEnableGreasemonkey[] = L"enable-greasemonkey";
|
|
|
| +// Enable extensions.
|
| +const wchar_t kEnableExtensions[] = L"enable-extensions";
|
| +
|
| // Causes the browser to launch directly in incognito mode.
|
| const wchar_t kIncognito[] = L"incognito";
|
|
|
|
|