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

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

Issue 1016543004: [Mac] Use the app's version as the app shim bundle version. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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.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;
}

Powered by Google App Engine
This is Rietveld 408576698