| Index: chrome/browser/ui/web_applications/web_app_ui.cc
|
| diff --git a/chrome/browser/ui/web_applications/web_app_ui.cc b/chrome/browser/ui/web_applications/web_app_ui.cc
|
| index 861a01ef4b9c8d6afd24b215e5dcf7b9b51cb7bf..85285d34eee07b8d9ad4699f70240aa757a6f20f 100644
|
| --- a/chrome/browser/ui/web_applications/web_app_ui.cc
|
| +++ b/chrome/browser/ui/web_applications/web_app_ui.cc
|
| @@ -315,6 +315,8 @@ void GetShortcutInfoForTab(TabContents* tab_contents,
|
| info->description = app_info.description;
|
| info->favicon =
|
| gfx::Image(tab_contents->favicon_tab_helper()->GetFavicon());
|
| +
|
| + info->profile_path = tab_contents->profile()->GetPath();
|
| }
|
|
|
| void UpdateShortcutForTabContents(TabContents* tab_contents) {
|
|
|