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

Unified Diff: remoting/host/desktop_session_connector.h

Issue 859413003: Remove uses of CloseProcessHandle. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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
Index: remoting/host/desktop_session_connector.h
diff --git a/remoting/host/desktop_session_connector.h b/remoting/host/desktop_session_connector.h
index f0a2d758bab1ccdd344ebc5392e37d8db1ac2e2b..84fc42d46f3c078cd4cf191c38303244c47c1e85 100644
--- a/remoting/host/desktop_session_connector.h
+++ b/remoting/host/desktop_session_connector.h
@@ -41,12 +41,12 @@ class DesktopSessionConnector {
const ScreenResolution& resolution) = 0;
// Notifies the network process that |terminal_id| is now attached to
- // a desktop integration process. |desktop_process| specifies the process
- // handle. |desktop_pipe| is the client end of the pipe opened by the desktop
- // process.
+ // a desktop integration process. |desktop_process_handle| specifies the
+ // process handle. |desktop_pipe| is the client end of the pipe opened by the
+ // desktop process.
virtual void OnDesktopSessionAgentAttached(
int terminal_id,
- base::ProcessHandle desktop_process,
+ base::ProcessHandle desktop_process_handle,
IPC::PlatformFileForTransit desktop_pipe) = 0;
// Notifies the network process that the daemon has disconnected the desktop

Powered by Google App Engine
This is Rietveld 408576698