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

Unified Diff: third_party/WebKit/public/web/WebRuntimeFeatures.h

Issue 2816403002: test all
Patch Set: fix sharedworker Created 3 years, 8 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
« no previous file with comments | « third_party/WebKit/public/web/WebFrameClient.h ('k') | third_party/WebKit/public/web/WebSharedWorker.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 d93a026ef2792fe7219a2f97d5564b819d830df5..173ab711519072163722cfc7de36830e8fce040c 100644
--- a/third_party/WebKit/public/web/WebRuntimeFeatures.h
+++ b/third_party/WebKit/public/web/WebRuntimeFeatures.h
@@ -98,6 +98,7 @@ class WebRuntimeFeatures {
BLINK_EXPORT static void EnableNotificationConstructor(bool);
BLINK_EXPORT static void EnableNotificationContentImage(bool);
BLINK_EXPORT static void EnableNotifications(bool);
+ BLINK_EXPORT static void EnableOffMainThreadFetch(bool);
BLINK_EXPORT static void EnableOnDeviceChange(bool);
BLINK_EXPORT static void EnableOrientationEvent(bool);
BLINK_EXPORT static void EnableOverlayScrollbars(bool);
« no previous file with comments | « third_party/WebKit/public/web/WebFrameClient.h ('k') | third_party/WebKit/public/web/WebSharedWorker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698