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

Unified Diff: remoting/host/ipc_desktop_environment.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/ipc_desktop_environment.h
diff --git a/remoting/host/ipc_desktop_environment.h b/remoting/host/ipc_desktop_environment.h
index bc829eee78268f62371bdd135f6ad2371e80369a..b1dd8611b5f19a3c8e76b1c938d1582c8329d344 100644
--- a/remoting/host/ipc_desktop_environment.h
+++ b/remoting/host/ipc_desktop_environment.h
@@ -96,7 +96,7 @@ class IpcDesktopEnvironmentFactory
const ScreenResolution& resolution) override;
void OnDesktopSessionAgentAttached(
int terminal_id,
- base::ProcessHandle desktop_process,
+ base::ProcessHandle desktop_process_handle,
IPC::PlatformFileForTransit desktop_pipe) override;
void OnTerminalDisconnected(int terminal_id) override;

Powered by Google App Engine
This is Rietveld 408576698