diff options
Diffstat (limited to 'chrome/common/chrome_switches.cc')
-rw-r--r-- | chrome/common/chrome_switches.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc index ee617fd..1835ea6 100644 --- a/chrome/common/chrome_switches.cc +++ b/chrome/common/chrome_switches.cc @@ -554,4 +554,7 @@ const wchar_t kAllowSandboxDebugging[] = L"allow-sandbox-debugging"; // 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 |