Chromium Code Reviews| Index: chrome/browser/win/jumplist_updater.cc |
| diff --git a/chrome/browser/win/jumplist_updater.cc b/chrome/browser/win/jumplist_updater.cc |
| index 4265de1163585780f4e92e68c2a78a10b629006d..7ceef5f5ca9ea893da951cc31f7694d4aac80925 100644 |
| --- a/chrome/browser/win/jumplist_updater.cc |
| +++ b/chrome/browser/win/jumplist_updater.cc |
| @@ -110,7 +110,6 @@ JumpListUpdater::~JumpListUpdater() { |
| // static |
| bool JumpListUpdater::IsEnabled() { |
| - // JumpList is implemented only on Windows 7 or later. |
| // Do not create custom JumpLists in tests. See http://crbug.com/389375. |
| return base::win::GetVersion() >= base::win::VERSION_WIN7 && |
|
grt (UTC plus 2)
2017/04/24 09:15:07
please remove this check and "#include "base/win/w
chengx
2017/04/24 17:24:40
Done.
|
| !base::CommandLine::ForCurrentProcess()->HasSwitch( |