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

Unified Diff: remoting/host/host_main.cc

Issue 103053006: Renaming NativeMessagingHost to Me2MeNativeMessagingHost. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@delegage
Patch Set: Resolving merge conflict. Created 7 years 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 | « PRESUBMIT.py ('k') | remoting/host/it2me/it2me_native_messaging_host_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/host_main.cc
diff --git a/remoting/host/host_main.cc b/remoting/host/host_main.cc
index 75ce6fdfba8a25be507eb9794fbb19812efe3ffe..7c9fb16f27718928b6f3b82a0d7c02a19e52198c 100644
--- a/remoting/host/host_main.cc
+++ b/remoting/host/host_main.cc
@@ -146,7 +146,7 @@ MainRoutineFn SelectMainRoutine(const std::string& process_type) {
} else if (process_type == kProcessTypeRdpDesktopSession) {
main_routine = &RdpDesktopSessionMain;
} else if (process_type == kProcessTypeNativeMessagingHost) {
- main_routine = &NativeMessagingHostMain;
+ main_routine = &Me2MeNativeMessagingHostMain;
#endif // defined(OS_WIN)
}
« no previous file with comments | « PRESUBMIT.py ('k') | remoting/host/it2me/it2me_native_messaging_host_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698