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

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

Issue 1729683002: Remove old-style constraints from Chrome internals (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Complete the interface change Created 4 years, 9 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_constraint_factory.h
diff --git a/content/renderer/media/mock_constraint_factory.h b/content/renderer/media/mock_constraint_factory.h
index 74dfbe008d27a3da7eebe26deb3bb3ab822155f3..1aebc176856fca0224c0df4356820495992045f6 100644
--- a/content/renderer/media/mock_constraint_factory.h
+++ b/content/renderer/media/mock_constraint_factory.h
@@ -8,6 +8,7 @@
#include <string>
#include <vector>
+#include "base/macros.h"
#include "third_party/WebKit/public/platform/WebMediaConstraints.h"
namespace content {
@@ -22,6 +23,7 @@ class MockConstraintFactory {
blink::WebMediaTrackConstraintSet& AddAdvanced();
void DisableDefaultAudioConstraints();
+ void Reset();
private:
blink::WebMediaTrackConstraintSet basic_;

Powered by Google App Engine
This is Rietveld 408576698