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

Unified Diff: extensions/shell/app/helper-Info.plist

Issue 745093002: AppShell support for Mac. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix win Created 6 years 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: extensions/shell/app/helper-Info.plist
diff --git a/content/shell/app/helper-Info.plist b/extensions/shell/app/helper-Info.plist
similarity index 94%
copy from content/shell/app/helper-Info.plist
copy to extensions/shell/app/helper-Info.plist
index 646d48ff1748a5584aa090adbe3ed66c480c7086..dd654f115e4add5bcd8c4c85a3e4d486ea74ce9e 100644
--- a/content/shell/app/helper-Info.plist
+++ b/extensions/shell/app/helper-Info.plist
@@ -9,7 +9,7 @@
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIdentifier</key>
- <string>org.chromium.ContentShell.helper</string>
+ <string>org.chromium.AppShell.helper</string>
James Cook 2014/12/10 21:05:00 ditto
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>

Powered by Google App Engine
This is Rietveld 408576698