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

Unified Diff: content/browser/media/capture/web_contents_video_capture_device_unittest.cc

Issue 2673373003: getUserMeida: report device starting states (Closed)
Patch Set: address comments on PS#3 Created 3 years, 10 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/media/capture/web_contents_video_capture_device_unittest.cc
diff --git a/content/browser/media/capture/web_contents_video_capture_device_unittest.cc b/content/browser/media/capture/web_contents_video_capture_device_unittest.cc
index 0fb5bd9eb46616df242fe3e65ef96f9d3f56be6a..a3d25bc5ff17bd13f324db8bfd4c93752171b6b2 100644
--- a/content/browser/media/capture/web_contents_video_capture_device_unittest.cc
+++ b/content/browser/media/capture/web_contents_video_capture_device_unittest.cc
@@ -322,6 +322,8 @@ class StubClient : public media::VideoCaptureDevice::Client {
error_callback_.Run();
}
+ void OnStarted() override {}
+
double GetBufferPoolUtilization() const override { return 0.0; }
private:

Powered by Google App Engine
This is Rietveld 408576698