| Index: chrome/browser/jumplist.cc
|
| ===================================================================
|
| --- chrome/browser/jumplist.cc (revision 23256)
|
| +++ 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) {
|
|
|
| Property changes on: chrome\browser\jumplist.cc
|
| ___________________________________________________________________
|
| Modified: svn:mergeinfo
|
| Merged /trunk/src/chrome/browser/jumplist.cc:r22375
|
|
|
|
|