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

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

Issue 2804843005: Implement the infrastructure of creating WorkerFetchContext in worker global scope. (Closed)
Patch Set: incorporated kinuko's comment 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
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);

Powered by Google App Engine
This is Rietveld 408576698