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

Unified Diff: content/renderer/media/peer_connection_handler_base.h

Issue 10804004: Remove the deprecated PeerConnection that uses the ROAP protocol. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed trailing whitespace in webrtc.py Created 8 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: content/renderer/media/peer_connection_handler_base.h
diff --git a/content/renderer/media/peer_connection_handler_base.h b/content/renderer/media/peer_connection_handler_base.h
index 87cff04ea0591cd71496f6d512d3feeb28f4e936..9f9eca36310846c9168bbb8e5538109ff9753733 100644
--- a/content/renderer/media/peer_connection_handler_base.h
+++ b/content/renderer/media/peer_connection_handler_base.h
@@ -18,8 +18,8 @@
class MediaStreamDependencyFactory;
// PeerConnectionHandlerBase is the base class of a delegate for the
-// PeerConnection (JSEP or ROAP) API messages going between WebKit and native
-// PeerConnection in libjingle. ROAP PeerConnection will be removed soon.
+// PeerConnection API messages going between WebKit and native
+// PeerConnection in libjingle.
class CONTENT_EXPORT PeerConnectionHandlerBase
: NON_EXPORTED_BASE(public webrtc::PeerConnectionObserver) {
public:
« no previous file with comments | « content/renderer/media/peer_connection_handler.cc ('k') | content/renderer/media/peer_connection_handler_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698