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

Unified Diff: third_party/WebKit/Source/core/frame/Settings.in

Issue 2347763002: [Blink, RemotePlayback] Reject the prompt() with OperationError if there's a pending promise for th… (Closed)
Patch Set: Added UserGesture flag for tests, removed some checks in HTMLMediaElement, added layout test Created 4 years, 3 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/core/frame/Settings.in
diff --git a/third_party/WebKit/Source/core/frame/Settings.in b/third_party/WebKit/Source/core/frame/Settings.in
index 9b0d6255ee11d4084220d223bf3cdbddcbdd3659..522d72b7f6e46f259458235312ad2811466b1f5c 100644
--- a/third_party/WebKit/Source/core/frame/Settings.in
+++ b/third_party/WebKit/Source/core/frame/Settings.in
@@ -419,3 +419,6 @@ cssExternalScannerNoPreload initial=false
cssExternalScannerPreload initial=false
browserSideNavigationEnabled initial=false
+
+# Whether HTMLMediaElement.remote.prompt() requires user gesture to be called.
+remotePlaybackRequiresUserGesture initial=true
mlamouri (slow - plz ping) 2016/09/22 09:22:43 I don't think you need this, this below.
whywhat 2016/09/30 19:11:33 Done.

Powered by Google App Engine
This is Rietveld 408576698