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

Unified Diff: remoting/protocol/session.h

Issue 7508044: Remove video_channel() from Session interface (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: - Created 9 years, 5 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/protocol/session.h
diff --git a/remoting/protocol/session.h b/remoting/protocol/session.h
index fc40a6d6de83502da2e0e10e2700f8e914e3c287..89cc266435b630c0477a21c16e3907317c1450cc 100644
--- a/remoting/protocol/session.h
+++ b/remoting/protocol/session.h
@@ -64,9 +64,6 @@ class Session : public base::NonThreadSafe {
// instead.
virtual net::Socket* control_channel() = 0;
virtual net::Socket* event_channel() = 0;
- virtual net::Socket* video_channel() = 0;
- virtual net::Socket* video_rtp_channel() = 0;
- virtual net::Socket* video_rtcp_channel() = 0;
// JID of the other side.
virtual const std::string& jid() = 0;

Powered by Google App Engine
This is Rietveld 408576698