| Index: chrome/browser/jumplist.cc
|
| ===================================================================
|
| --- chrome/browser/jumplist.cc (revision 21632)
|
| +++ chrome/browser/jumplist.cc (working copy)
|
| @@ -538,8 +538,8 @@
|
| // static
|
| bool JumpList::Enabled() {
|
| return (win_util::GetWinVersion() >= win_util::WINVERSION_WIN7 &&
|
| - CommandLine::ForCurrentProcess()->HasSwitch(
|
| - switches::kEnableCustomJumpList));
|
| + !CommandLine::ForCurrentProcess()->HasSwitch(
|
| + switches::kDisableCustomJumpList));
|
| }
|
|
|
| bool JumpList::AddObserver(Profile* profile) {
|
|
|