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

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

Issue 2964003002: Remove support for old getUserMedia video constraints algorithm. (Closed)
Patch Set: rebase and address hbos@ comments 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/mock_media_stream_registry.h
diff --git a/content/renderer/media/mock_media_stream_registry.h b/content/renderer/media/mock_media_stream_registry.h
index f57ebe94ae02f701d8052dc4e8a0d250a712ac0c..e37dbb5a36d70438122bcfcdfe51a83226a85fbc 100644
--- a/content/renderer/media/mock_media_stream_registry.h
+++ b/content/renderer/media/mock_media_stream_registry.h
@@ -10,10 +10,6 @@
#include "base/optional.h"
#include "content/renderer/media/media_stream_registry_interface.h"
-namespace blink {
-class WebMediaConstraints;
-}
-
namespace content {
struct VideoTrackAdapterSettings;
@@ -26,9 +22,6 @@ class MockMediaStreamRegistry final : public MediaStreamRegistryInterface {
MockMediaStreamRegistry();
void Init(const std::string& stream_url);
- // TODO(guidou): Remove this method. http://crbug.com/706408
- void AddVideoTrack(const std::string& track_id,
- const blink::WebMediaConstraints& constraints);
void AddVideoTrack(const std::string& track_id,
const VideoTrackAdapterSettings& adapter_settings,
const base::Optional<bool>& noise_reduction,
« no previous file with comments | « content/renderer/media/media_stream_video_track_unittest.cc ('k') | content/renderer/media/mock_media_stream_registry.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698