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

Unified Diff: remoting/host/win/worker_process_launcher.h

Issue 10824316: Avoid calling GetNamedPipeClientProcessId() which is not available on XP. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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/win/worker_process_launcher.h
diff --git a/remoting/host/win/worker_process_launcher.h b/remoting/host/win/worker_process_launcher.h
index 7dc71eb47b11f64d8a9163cb9e271408d962bfdc..f57ecd88e36493e041f254e353f3e4025d2d354d 100644
--- a/remoting/host/win/worker_process_launcher.h
+++ b/remoting/host/win/worker_process_launcher.h
@@ -53,12 +53,8 @@ class WorkerProcessLauncher
// Terminates the worker process with the given exit code.
virtual void DoKillProcess(DWORD exit_code) = 0;
- // Notifies that a client has been connected to the channel. |peer_pid|
- // is the peer process's ID that the delegate can use to verify identity of
- // the client. The verification code has to make sure that the client
- // process's PID will not be assigned to another process (for instance by
- // keeping an opened handle of the client process).
- virtual void OnChannelConnected(DWORD peer_pid) = 0;
+ // Notifies that a client has been connected to the channel.
+ virtual void OnChannelConnected() = 0;
// Processes messages sent by the client.
virtual bool OnMessageReceived(const IPC::Message& message) = 0;
« no previous file with comments | « no previous file | remoting/host/win/worker_process_launcher.cc » ('j') | remoting/host/win/worker_process_launcher.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698