Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(384)

Unified Diff: third_party/WebKit/Source/web/WebRuntimeFeatures.cpp

Issue 1658073002: ServiceWorker: Implement attributes of ExtendableMessageEvent (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remake based on bashi's patch http://crrev.com/1688573002 Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 bdf44f33b6e8e8eed9afb0478564627552172183..625ce044b5b0ceadef72c3f011b1ef62624230a1 100644
--- a/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp
+++ b/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp
@@ -330,4 +330,9 @@ void WebRuntimeFeatures::enableScrollAnchoring(bool enable)
RuntimeEnabledFeatures::setScrollAnchoringEnabled(enable);
}
+bool WebRuntimeFeatures::isServiceWorkerExtendableMessageEventEnabled()
+{
+ return RuntimeEnabledFeatures::serviceWorkerExtendableMessageEventEnabled();
+}
+
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698