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

Unified Diff: content/browser/renderer_host/media/desktop_capture_device_unittest.cc

Issue 134633004: Roll libjingle+webrtc to r5397. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 6 years, 11 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/browser/renderer_host/media/desktop_capture_device_unittest.cc
===================================================================
--- content/browser/renderer_host/media/desktop_capture_device_unittest.cc (revision 245239)
+++ content/browser/renderer_host/media/desktop_capture_device_unittest.cc (working copy)
@@ -119,6 +119,14 @@
MouseShapeObserver* mouse_shape_observer) OVERRIDE {
}
+ virtual bool GetScreenList(ScreenList* screens) OVERRIDE {
+ return false;
+ }
+
+ virtual bool SelectScreen(webrtc::ScreenId id) OVERRIDE {
+ return false;
+ }
+
private:
Callback* callback_;
int frame_index_;
« no previous file with comments | « content/browser/renderer_host/media/desktop_capture_device.cc ('k') | content/renderer/media/rtc_media_constraints.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698