Index: chrome/browser/web_applications/web_app_mac.mm |
diff --git a/chrome/browser/web_applications/web_app_mac.mm b/chrome/browser/web_applications/web_app_mac.mm |
index 68c5b6b525d3e6f51cdff5c8521ba59ebf0023aa..d18f323d29a8e20ab16e6e4010c6d7a7a7f110c5 100644 |
--- a/chrome/browser/web_applications/web_app_mac.mm |
+++ b/chrome/browser/web_applications/web_app_mac.mm |
@@ -175,6 +175,8 @@ bool WebAppShortcutCreator::UpdatePlist(const FilePath& app_path) const { |
forKey:base::mac::CFToNSCast(kCFBundleIdentifierKey)]; |
[plist setObject:base::mac::FilePathToNSString(web_app_path_) |
forKey:app_mode::kCrAppModeUserDataDirKey]; |
+ [plist setObject:base::mac::FilePathToNSString(info_.extension_path) |
+ forKey:app_mode::kCrAppModeExtensionPathKey]; |
return [plist writeToFile:plist_path atomically:YES]; |
} |