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

Unified Diff: remoting/host/setup/native_messaging_host-Info.plist

Issue 186763004: Add breakpad support for me2me and it2me native messaging host on Mac. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix Linux build break in Official Chrome build. Created 6 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: remoting/host/setup/native_messaging_host-Info.plist
diff --git a/remoting/host/remoting_me2me_host-Info.plist b/remoting/host/setup/native_messaging_host-Info.plist
similarity index 92%
copy from remoting/host/remoting_me2me_host-Info.plist
copy to remoting/host/setup/native_messaging_host-Info.plist
index 1f2b9dfb7d088d39d4b64366bb35f91ca3d47cd3..fe012564ca52243ff88f484686411cd535bf9c64 100644
--- a/remoting/host/remoting_me2me_host-Info.plist
+++ b/remoting/host/setup/native_messaging_host-Info.plist
@@ -7,13 +7,13 @@
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIconFile</key>
- <string>remoting_me2me_host</string>
+ <string>native_messaging_host</string>
<key>CFBundleIdentifier</key>
<string>BUNDLE_ID</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
- <string>remoting_me2me_host</string>
+ <string>native_messaging_host</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleSignature</key>

Powered by Google App Engine
This is Rietveld 408576698