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

Unified Diff: chrome/browser/web_applications/web_app_win.cc

Issue 10542031: Suffix Chrome's appid on user-level installs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase on hkcu@appname@suffix@r142136 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
Index: chrome/browser/web_applications/web_app_win.cc
diff --git a/chrome/browser/web_applications/web_app_win.cc b/chrome/browser/web_applications/web_app_win.cc
index 73fed7d21b8a96c9cb1cf67f39525143c24d7c20..74dbf34af8470c1c1c99ada7151f183716e9b9ac 100644
--- a/chrome/browser/web_applications/web_app_win.cc
+++ b/chrome/browser/web_applications/web_app_win.cc
@@ -206,7 +206,7 @@ bool CreatePlatformShortcut(
// Generates app id from web app url and profile path.
std::string app_name =
web_app::GenerateApplicationNameFromInfo(shortcut_info);
- string16 app_id = ShellIntegration::GetAppId(
+ string16 app_id = ShellIntegration::GetProfileAppId(
UTF8ToUTF16(app_name), profile_path);
FilePath shortcut_to_pin;

Powered by Google App Engine
This is Rietveld 408576698