| Index: third_party/WebKit/Source/web/WebRuntimeFeatures.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp b/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp
|
| index 7c4a713f03a227ef57bcd8e6ea3af959073778fc..3cb690af8dccfac805918d0da31886ea6f2f5439 100644
|
| --- a/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp
|
| +++ b/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp
|
| @@ -354,4 +354,8 @@ void WebRuntimeFeatures::enableSendBeaconThrowForBlobWithNonSimpleType(
|
| enable);
|
| }
|
|
|
| +void WebRuntimeFeatures::enableRemotePlaybackAPI(bool enable) {
|
| + RuntimeEnabledFeatures::setRemotePlaybackEnabled(enable);
|
| +}
|
| +
|
| } // namespace blink
|
|
|