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

Unified Diff: remoting/tools/register_local_nm_hosts.sh

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
« no previous file with comments | « remoting/tools/get_mac_crd_version.sh ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/tools/register_local_nm_hosts.sh
diff --git a/remoting/tools/register_local_nm_hosts.sh b/remoting/tools/register_local_nm_hosts.sh
index b59bf21261f79872b0b49235c85ac9ffe82b8e8e..8a0b2537f1d1774e19b8907b17303a4258424b15 100755
--- a/remoting/tools/register_local_nm_hosts.sh
+++ b/remoting/tools/register_local_nm_hosts.sh
@@ -34,12 +34,12 @@ register_hosts() {
install_manifest \
"${SRC_DIR}/remoting/host/setup/${ME2ME_HOST_NAME}.json.jinja2" \
- "${build_dir}/remoting_native_messaging_host" \
+ "${build_dir}/native_messaging_host" \
ME2ME_HOST_PATH "${chrome_data_dir}"
install_manifest \
"${SRC_DIR}/remoting/host/it2me/${IT2ME_HOST_NAME}.json.jinja2" \
- "${build_dir}/remoting_it2me_native_messaging_host" \
+ "${build_dir}/remote_assistance_host" \
IT2ME_HOST_PATH "${chrome_data_dir}"
}
« no previous file with comments | « remoting/tools/get_mac_crd_version.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698