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

Unified Diff: third_party/WebKit/Source/modules/mediastream/MediaConstraintsImpl.h

Issue 1636403002: Allow and ignore the googLeakyBucket constraint. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removing enableAutoThrottling special treatment Created 4 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: third_party/WebKit/Source/modules/mediastream/MediaConstraintsImpl.h
diff --git a/third_party/WebKit/Source/modules/mediastream/MediaConstraintsImpl.h b/third_party/WebKit/Source/modules/mediastream/MediaConstraintsImpl.h
index 14e3828efd065f3776d1f048fd899c2dba84832a..9e8d1486633c71512c23dcda16cbb8484f2f8946 100644
--- a/third_party/WebKit/Source/modules/mediastream/MediaConstraintsImpl.h
+++ b/third_party/WebKit/Source/modules/mediastream/MediaConstraintsImpl.h
@@ -44,8 +44,8 @@ class MediaTrackConstraintSet;
namespace MediaConstraintsImpl {
WebMediaConstraints create();
-WebMediaConstraints create(const ExecutionContext*, const Dictionary&, MediaErrorState&);
-WebMediaConstraints create(const ExecutionContext*, const MediaTrackConstraintSet&, MediaErrorState&);
+WebMediaConstraints create(ExecutionContext*, const Dictionary&, MediaErrorState&);
+WebMediaConstraints create(ExecutionContext*, const MediaTrackConstraintSet&, MediaErrorState&);
}

Powered by Google App Engine
This is Rietveld 408576698