| Index: chrome/common/chrome_switches.cc
|
| ===================================================================
|
| --- chrome/common/chrome_switches.cc (revision 21632)
|
| +++ chrome/common/chrome_switches.cc (working copy)
|
| @@ -554,7 +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";
|
| +// Disables the custom JumpList on Windows 7.
|
| +const wchar_t kDisableCustomJumpList[] = L"disable-custom-jumplist";
|
|
|
| } // namespace switches
|
|
|