diff options
Diffstat (limited to 'chrome/browser/jumplist_win.cc')
-rw-r--r-- | chrome/browser/jumplist_win.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/jumplist_win.cc b/chrome/browser/jumplist_win.cc index dc510c1..ddf53be 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(); |