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

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

Issue 2972553002: Remove MediaStreamVideoSource::GetCurrentSupportedFormats() (Closed)
Patch Set: remove extra use in media_stream_video_capturer_source_unittest.cc Created 3 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/user_media_client_impl_unittest.cc
diff --git a/content/renderer/media/user_media_client_impl_unittest.cc b/content/renderer/media/user_media_client_impl_unittest.cc
index b5505f07521a1df9199ec43878b2e87f58628814..0230fdbad3dfaed3ac4f3b267c65695df9919e12 100644
--- a/content/renderer/media/user_media_client_impl_unittest.cc
+++ b/content/renderer/media/user_media_client_impl_unittest.cc
@@ -98,11 +98,10 @@ blink::WebMediaConstraints CreateFacingModeConstraints(
class MockMediaStreamVideoCapturerSource : public MockMediaStreamVideoSource {
public:
- MockMediaStreamVideoCapturerSource(
- const StreamDeviceInfo& device,
- const SourceStoppedCallback& stop_callback,
- PeerConnectionDependencyFactory* factory)
- : MockMediaStreamVideoSource(false) {
+ MockMediaStreamVideoCapturerSource(const StreamDeviceInfo& device,
+ const SourceStoppedCallback& stop_callback,
+ PeerConnectionDependencyFactory* factory)
+ : MockMediaStreamVideoSource() {
SetDeviceInfo(device);
SetStopCallback(stop_callback);
}

Powered by Google App Engine
This is Rietveld 408576698