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

Unified Diff: chrome/browser/ui/cocoa/notifications/xpc-Info.plist

Issue 2884693002: Rename the XPC identifier to use the outer bundle (Closed)
Patch Set: Created 3 years, 7 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/ui/cocoa/notifications/xpc-Info.plist
diff --git a/chrome/browser/ui/cocoa/notifications/xpc-Info.plist b/chrome/browser/ui/cocoa/notifications/xpc-Info.plist
index cd0123eebea0ea7584c67751f076a4c7e26adee2..22825da263e2168abfe9eddd8ef07d7cd7e98513 100644
--- a/chrome/browser/ui/cocoa/notifications/xpc-Info.plist
+++ b/chrome/browser/ui/cocoa/notifications/xpc-Info.plist
@@ -9,7 +9,7 @@
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIdentifier</key>
- <string>${CHROME_BUNDLE_ID}.framework.${EXECUTABLE_NAME}</string>
+ <string>${CHROME_BUNDLE_ID}.${EXECUTABLE_NAME}</string>
Mark Mentovai 2017/05/16 18:20:08 Since it’s living in the framework, I think we sho
Miguel Garcia 2017/05/19 08:43:56 Done.
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>

Powered by Google App Engine
This is Rietveld 408576698