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 755229389ec0f1358f48947557d774792ec806a9..c7bcaa15f4d95b774f9c47c5498bdf4bcc3cd6c8 100644 |
--- a/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp |
+++ b/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp |
@@ -166,6 +166,10 @@ void WebRuntimeFeatures::enableMediaDocumentDownloadButton(bool enable) { |
RuntimeEnabledFeatures::setMediaDocumentDownloadButtonEnabled(enable); |
} |
+void WebRuntimeFeatures::enableMediaSession(bool enable) { |
+ RuntimeEnabledFeatures::setMediaSessionEnabled(enable); |
+} |
+ |
void WebRuntimeFeatures::enableNotificationConstructor(bool enable) { |
RuntimeEnabledFeatures::setNotificationConstructorEnabled(enable); |
} |