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

Unified Diff: remoting/host/desktop_session_proxy.h

Issue 859413003: Remove uses of CloseProcessHandle. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase (revert watcher client changes) Created 5 years, 10 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/host/desktop_session_connector.h ('k') | remoting/host/desktop_session_proxy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/desktop_session_proxy.h
diff --git a/remoting/host/desktop_session_proxy.h b/remoting/host/desktop_session_proxy.h
index e54e3ec9a6d9a784c2ac4e193486c0807c6f3dbe..b85847e08b3709966a679055eb0fa1b66c39c79e 100644
--- a/remoting/host/desktop_session_proxy.h
+++ b/remoting/host/desktop_session_proxy.h
@@ -92,7 +92,7 @@ class DesktopSessionProxy
void OnChannelError() override;
// Connects to the desktop session agent.
- bool AttachToDesktop(base::ProcessHandle desktop_process,
+ bool AttachToDesktop(base::Process desktop_process,
IPC::PlatformFileForTransit desktop_pipe);
// Closes the connection to the desktop session agent and cleans up
@@ -209,7 +209,7 @@ class DesktopSessionProxy
scoped_ptr<IPC::ChannelProxy> desktop_channel_;
// Handle of the desktop process.
- base::ProcessHandle desktop_process_;
+ base::Process desktop_process_;
int pending_capture_frame_requests_;
« no previous file with comments | « remoting/host/desktop_session_connector.h ('k') | remoting/host/desktop_session_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698