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

Unified Diff: remoting/host/setup/daemon_installer_win.cc

Issue 92173002: Merge 237541 "Revert of https://codereview.chromium.org/71013004/" (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1721/src/
Patch Set: Created 7 years, 1 month 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/host/desktop_session_proxy.cc ('k') | remoting/host/win/chromoting_module.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/setup/daemon_installer_win.cc
===================================================================
--- remoting/host/setup/daemon_installer_win.cc (revision 237598)
+++ remoting/host/setup/daemon_installer_win.cc (working copy)
@@ -300,7 +300,7 @@
kOmahaLanguage));
base::LaunchOptions options;
- if (!base::LaunchProcess(command_line, options, &process_)) {
+ if (!base::LaunchProcess(command_line, options, process_.Receive())) {
result = GetLastError();
Done(HRESULT_FROM_WIN32(result));
return;
« no previous file with comments | « remoting/host/desktop_session_proxy.cc ('k') | remoting/host/win/chromoting_module.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698