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

Unified Diff: third_party/WebKit/Source/core/dom/Document.h

Issue 2133623002: Introduce Document::unthrottledTaskRunner() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: temp Created 4 years, 5 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/core/dom/Document.h
diff --git a/third_party/WebKit/Source/core/dom/Document.h b/third_party/WebKit/Source/core/dom/Document.h
index e0bc02501209a4c821a6e1888d8d31a3a77a1966..280ddf42caf76191008e326bf28c16bd7ff68e9f 100644
--- a/third_party/WebKit/Source/core/dom/Document.h
+++ b/third_party/WebKit/Source/core/dom/Document.h
@@ -1074,6 +1074,7 @@ public:
WebTaskRunner* loadingTaskRunner() const;
WebTaskRunner* timerTaskRunner() const;
+ WebTaskRunner* unthrottledTaskRunner() const;
void enforceInsecureRequestPolicy(WebInsecureRequestPolicy);

Powered by Google App Engine
This is Rietveld 408576698