| Index: chrome/browser/jumplist_win.cc
|
| diff --git a/chrome/browser/jumplist_win.cc b/chrome/browser/jumplist_win.cc
|
| index dc510c16b240ac7cb862d2ee3b79464229a29b62..bd9fd3da860118a3f63fc716064aed52fcae088d 100644
|
| --- a/chrome/browser/jumplist_win.cc
|
| +++ b/chrome/browser/jumplist_win.cc
|
| @@ -513,7 +513,7 @@ bool JumpList::AddObserver(Profile* profile) {
|
| if (!tab_restore_service)
|
| return false;
|
|
|
| - app_id_ = ShellIntegration::GetChromiumAppId(profile->GetPath());
|
| + app_id_ = ShellIntegration::GetChromiumModelId(profile->GetPath());
|
| icon_dir_ = profile->GetPath().Append(chrome::kJumpListIconDirname);
|
| profile_ = profile;
|
| history::TopSites* top_sites = profile_->GetTopSites();
|
|
|