Index: third_party/WebKit/public/web/WebRuntimeFeatures.h |
diff --git a/third_party/WebKit/public/web/WebRuntimeFeatures.h b/third_party/WebKit/public/web/WebRuntimeFeatures.h |
index 57a01becc6df3218a340714850955d8a69650ea9..9ce38029b777985352852e5b72d81e53d6ef6586 100644 |
--- a/third_party/WebKit/public/web/WebRuntimeFeatures.h |
+++ b/third_party/WebKit/public/web/WebRuntimeFeatures.h |
@@ -88,6 +88,7 @@ class WebRuntimeFeatures { |
BLINK_EXPORT static void enableLazyParseCSS(bool); |
BLINK_EXPORT static void enableMediaCapture(bool); |
BLINK_EXPORT static void enableMediaDocumentDownloadButton(bool); |
+ BLINK_EXPORT static void enableMediaSession(bool); |
BLINK_EXPORT static void enableMiddleClickAutoscroll(bool); |
BLINK_EXPORT static void enableNavigatorContentUtils(bool); |
BLINK_EXPORT static void enableNetworkInformation(bool); |