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

Unified Diff: content/renderer/media/mock_media_stream_dependency_factory.cc

Issue 10915294: Update libjingle 181:193 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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 | « DEPS ('k') | third_party/libjingle/README.chromium » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/media/mock_media_stream_dependency_factory.cc
===================================================================
--- content/renderer/media/mock_media_stream_dependency_factory.cc (revision 156980)
+++ content/renderer/media/mock_media_stream_dependency_factory.cc (working copy)
@@ -172,6 +172,10 @@
sdp_(sdp) {
}
virtual ~MockSessionDescription() {}
+ virtual cricket::SessionDescription* description() OVERRIDE {
+ NOTIMPLEMENTED();
+ return NULL;
+ }
virtual const cricket::SessionDescription* description() const OVERRIDE {
NOTIMPLEMENTED();
return NULL;
« no previous file with comments | « DEPS ('k') | third_party/libjingle/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698