Chromium Code Reviews| Index: chrome/common/chrome_switches.cc |
| =================================================================== |
| --- chrome/common/chrome_switches.cc (revision 21519) |
| +++ chrome/common/chrome_switches.cc (working copy) |
| @@ -554,4 +554,7 @@ |
| // Triggers a pletora of diagnostic modes. |
| const wchar_t kDiagnostics[] = L"diagnostics"; |
| +// Enables the custom JumpList on Windows 7. |
| +const wchar_t kEnableCustomJumpList[] = L"enable-custom-jumplist"; |
| + |
| } // namespace switches |