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

Unified Diff: remoting/host/desktop_session_agent.h

Issue 307463004: Remove PlatformFile from remoting (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix compilation Created 6 years, 7 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_process_unittest.cc ('k') | remoting/host/desktop_session_agent.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/desktop_session_agent.h
diff --git a/remoting/host/desktop_session_agent.h b/remoting/host/desktop_session_agent.h
index 82c02fd4736103701cb50f5e5d09e4f458a2fdc9..db6fc65f03b1f5e0ee4bb6e4472d08bab84ec724 100644
--- a/remoting/host/desktop_session_agent.h
+++ b/remoting/host/desktop_session_agent.h
@@ -153,9 +153,6 @@ class DesktopSessionAgent
// Called by SharedBuffer when it's destroyed.
void OnSharedBufferDeleted(int id);
- // Closes |desktop_pipe_| if it is open.
- void CloseDesktopPipeHandle();
-
// Task runner dedicated to running methods of |audio_capturer_|.
scoped_refptr<AutoThreadTaskRunner> audio_capture_task_runner_;
@@ -201,7 +198,7 @@ class DesktopSessionAgent
// The client end of the network-to-desktop pipe. It is kept alive until
// the network process connects to the pipe.
- IPC::PlatformFileForTransit desktop_pipe_;
+ base::File desktop_pipe_;
// Size of the most recent captured video frame.
webrtc::DesktopSize current_size_;
« no previous file with comments | « remoting/host/desktop_process_unittest.cc ('k') | remoting/host/desktop_session_agent.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698