| 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..7c86dde7dce312f0961b38cdc6be944116a85d10 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::GetAppModelIdForProfile(
|
| UTF8ToUTF16(app_name), profile_path);
|
|
|
| FilePath shortcut_to_pin;
|
|
|