| Index: chrome/browser/web_applications/web_app.cc
|
| diff --git a/chrome/browser/web_applications/web_app.cc b/chrome/browser/web_applications/web_app.cc
|
| index abe41d0f2c8ac903463f038c6fbe78f8a64239ab..5d5a62598e04a3b8528b38a8592da8dcdaf6e48a 100644
|
| --- a/chrome/browser/web_applications/web_app.cc
|
| +++ b/chrome/browser/web_applications/web_app.cc
|
| @@ -218,6 +218,7 @@ ShortcutInfo ShortcutInfoForExtensionAndProfile(
|
| shortcut_info.profile_path = profile->GetPath();
|
| shortcut_info.profile_name =
|
| profile->GetPrefs()->GetString(prefs::kProfileName);
|
| + shortcut_info.version = *app->version();
|
| return shortcut_info;
|
| }
|
|
|
|
|