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 f16f7b5325b463a3181663e67dcd05dfee4bc155..ba795f2b3662b055d16980afb5ed74362b68e3cf 100644 |
--- a/third_party/WebKit/public/web/WebRuntimeFeatures.h |
+++ b/third_party/WebKit/public/web/WebRuntimeFeatures.h |
@@ -161,6 +161,11 @@ public: |
BLINK_EXPORT static void enablePresentationAPI(bool); |
BLINK_EXPORT static void enableWebFontsIntervention(bool); |
+ |
+ // TODO(nhiroki): Remove after ExtendableMessageEvent is shipped |
+ // (crbug.com/543198). |
+ BLINK_EXPORT static bool isServiceWorkerExtendableMessageEventEnabled(); |
+ |
private: |
WebRuntimeFeatures(); |
}; |