Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4023)

Unified Diff: chrome/browser/jumplist_win.cc

Issue 10542031: Suffix Chrome's appid on user-level installs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix shell integration test Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/shell_integration.h » ('j') | chrome/browser/shell_integration_unittest.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « no previous file | chrome/browser/shell_integration.h » ('j') | chrome/browser/shell_integration_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698