| Index: chrome/browser/jumplist_win.cc
|
| diff --git a/chrome/browser/jumplist_win.cc b/chrome/browser/jumplist_win.cc
|
| index dc510c16b240ac7cb862d2ee3b79464229a29b62..ddf53be70bbb9a3373101014604e2ad70dc6e2a8 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::GetChromiumModelIdForProfile(profile->GetPath());
|
| icon_dir_ = profile->GetPath().Append(chrome::kJumpListIconDirname);
|
| profile_ = profile;
|
| history::TopSites* top_sites = profile_->GetTopSites();
|
|
|