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

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

Issue 10383151: Refactor MediaStreamImpl and PeerConnection glue implementation after WebKit changes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase and added NON_EXPORTED_BASE to the base of MediaStreamExtradata. Created 8 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 | « content/content_tests.gypi ('k') | content/renderer/media/media_stream_center.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/media/media_stream_center.h
diff --git a/content/renderer/media/media_stream_center.h b/content/renderer/media/media_stream_center.h
index d7020fdb0f721118ecd71d18ae01bf9e8d8a6d59..21423229e8582978ab40c4fd4b01c689feb001f8 100644
--- a/content/renderer/media/media_stream_center.h
+++ b/content/renderer/media/media_stream_center.h
@@ -35,8 +35,8 @@ class CONTENT_EXPORT MediaStreamCenter
virtual void didStopLocalMediaStream(
const WebKit::WebMediaStreamDescriptor& stream) OVERRIDE;
- virtual void didConstructMediaStream(
- const WebKit::WebMediaStreamDescriptor& stream) OVERRIDE;
+ virtual void didCreateMediaStream(
+ WebKit::WebMediaStreamDescriptor& stream) OVERRIDE;
virtual WebKit::WebString constructSDP(
const WebKit::WebICECandidateDescriptor& candidate) OVERRIDE;
« no previous file with comments | « content/content_tests.gypi ('k') | content/renderer/media/media_stream_center.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698