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

Unified Diff: chrome/app/app_mode-Info.plist

Issue 9426030: Mac: Enable WebAppShortcutCreatorTest.CreateShortcut unit test (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Patch for landing Created 8 years, 10 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
« no previous file with comments | « no previous file | chrome/app/app_mode_loader_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/app_mode-Info.plist
diff --git a/chrome/app/app_mode-Info.plist b/chrome/app/app_mode-Info.plist
index 1603382a11c826480cf79675d40bca2f7fb4e0f1..f89e0bc747d7e06f01b56d83b5350575f6b60a04 100644
--- a/chrome/app/app_mode-Info.plist
+++ b/chrome/app/app_mode-Info.plist
@@ -4,8 +4,6 @@
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
- <key>CFBundleDisplayName</key>
- <string>@APP_MODE_SHORTCUT_SHORT_NAME@</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleExecutable</key>
@@ -22,12 +20,12 @@
<string>APPL</string>
<key>CrAppModeShortcutID</key>
<string>@APP_MODE_SHORTCUT_ID@</string>
- <key>CrAppModeShortcutShortName</key>
- <string>@APP_MODE_SHORTCUT_SHORT_NAME@</string>
<key>CrAppModeShortcutName</key>
<string>@APP_MODE_SHORTCUT_NAME@</string>
<key>CrAppModeShortcutURL</key>
<string>@APP_MODE_SHORTCUT_URL@</string>
+ <key>CrBundleIdentifier</key>
+ <string>@APP_MODE_BROWSER_BUNDLE_ID@</string>
<key>LSFileQuarantineEnabled</key>
<true/>
<key>LSMinimumSystemVersion</key>
« no previous file with comments | « no previous file | chrome/app/app_mode_loader_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698