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

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

Issue 2804843005: Implement the infrastructure of creating WorkerFetchContext in worker global scope. (Closed)
Patch Set: s/WebScheduler.h/web_scheduler.h/ 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 07b76a392c8c68696e31f27c627c0eabe6b627af..2144839a2e631631c3cbcc69fcde6af891faf6b5 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/WebSharedWorkerClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698