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

Side by Side Diff: remoting/branding_Chrome

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: Don't rename the manifest file and the .conf, .log, and .plist files. 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 APK_FILE_NAME=ChromeRemoteDesktop 1 APK_FILE_NAME=ChromeRemoteDesktop
2 APK_PACKAGE_NAME=com.google.chromeremotedesktop 2 APK_PACKAGE_NAME=com.google.chromeremotedesktop
3 DAEMON_FILE_NAME=Chrome Remote Desktop Host Service 3 DAEMON_FILE_NAME=Chrome Remote Desktop Host Service
4 HOST_PLUGIN_FILE_NAME=Chrome Remote Desktop Host 4 HOST_PLUGIN_FILE_NAME=Chrome Remote Desktop Host
5 IT2ME_HOST_DESCRIPTION=Remote Assistance Host for Chrome Remote Desktop 5 IT2ME_HOST_DESCRIPTION=Remote Assistance Host for Chrome Remote Desktop
6 MAC_BUNDLE_ID=com.google.Chrome 6 MAC_BUNDLE_ID=com.google.Chrome
7 MAC_CREATOR=rimZ 7 MAC_CREATOR=rimZ
8 MAC_HOST_BUNDLE_ID=com.google.chromeremotedesktop.me2me-host 8 MAC_HOST_BUNDLE_ID=com.google.chromeremotedesktop.me2me-host
9 MAC_HOST_BUNDLE_NAME=ChromeRemoteDesktopHost.bundle
10 MAC_NATIVE_MESSAGING_HOST_BUNDLE_ID=com.google.chromeremotedesktop.native-messag ing-host
Sergey Ulanov 2014/03/24 19:11:04 can this be in com.google.chrome.remote_desktop.na
weitao 2014/03/24 21:21:33 Done.
11 MAC_NATIVE_MESSAGING_HOST_BUNDLE_NAME=NativeMessagingHost.bundle
9 MAC_PREFPANE_BUNDLE_ID=com.google.chromeremotedesktop.preferences 12 MAC_PREFPANE_BUNDLE_ID=com.google.chromeremotedesktop.preferences
13 MAC_PREFPANE_BUNDLE_NAME=ChromeRemoteDesktop.prefPane
14 MAC_REMOTE_ASSISTANCE_HOST_BUNDLE_ID=com.google.chromeremotedesktop.remote-assis tance-host
Sergey Ulanov 2014/03/24 19:11:04 same here - com.google.chrome.remote_desktop.remot
weitao 2014/03/24 21:21:33 Done.
15 MAC_REMOTE_ASSISTANCE_HOST_BUNDLE_NAME=RemoteAssistanceHost.bundle
10 MAC_UNINSTALLER_BUNDLE_ID=com.google.chromeremotedesktop.me2me-host-uninstaller 16 MAC_UNINSTALLER_BUNDLE_ID=com.google.chromeremotedesktop.me2me-host-uninstaller
11 MAC_UNINSTALLER_BUNDLE_PREFIX=com.google.pkg 17 MAC_UNINSTALLER_BUNDLE_PREFIX=com.google.pkg
12 MAC_UNINSTALLER_NAME=Chrome Remote Desktop Host Uninstaller 18 MAC_UNINSTALLER_NAME=Chrome Remote Desktop Host Uninstaller
13 ME2ME_HOST_DESCRIPTION=Chrome Remote Desktop Host 19 ME2ME_HOST_DESCRIPTION=Chrome Remote Desktop Host
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698