Chromium Code Reviews| Index: chrome/common/chrome_switches.cc |
| =================================================================== |
| --- chrome/common/chrome_switches.cc (revision 2596) |
| +++ chrome/common/chrome_switches.cc (working copy) |
| @@ -327,5 +327,8 @@ |
| // SDCH is currently only supported server-side for searches on google.com. |
| const wchar_t kSdchFilter[] = L"enable-sdch"; |
| +// Causes the browser to launch directly in incognito mode. |
| +const wchar_t kIncognito[] = L"incognito"; |
| + |
| } // namespace switches |