Chromium Code Reviews| 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.
|