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

Unified Diff: third_party/WebKit/Source/core/loader/FrameFetchContext.h

Issue 2807533003: [WIP2] off-main-thread loading
Patch Set: call set_is_secure_context in EmbeddedSharedWorkerStub::CreateWorkerFetchContext() 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/Source/core/loader/FrameFetchContext.h
diff --git a/third_party/WebKit/Source/core/loader/FrameFetchContext.h b/third_party/WebKit/Source/core/loader/FrameFetchContext.h
index 805a36a7fcf0846c5cf228bf569b39dc08cce6e2..de87d57498267c0ddd98b35891544a85119f1c87 100644
--- a/third_party/WebKit/Source/core/loader/FrameFetchContext.h
+++ b/third_party/WebKit/Source/core/loader/FrameFetchContext.h
@@ -121,6 +121,8 @@ class CORE_EXPORT FrameFetchContext final : public BaseFetchContext {
bool IsControlledByServiceWorker() const override;
int64_t ServiceWorkerID() const override;
+ int ApplicationCacheHostID() const override;
+
bool IsMainFrame() const override;
bool DefersLoading() const override;
bool IsLoadComplete() const override;
@@ -150,6 +152,7 @@ class CORE_EXPORT FrameFetchContext final : public BaseFetchContext {
ResourceLoadPriority ModifyPriorityForExperiments(
ResourceLoadPriority) override;
+ RefPtr<WebTaskRunner> TimerTaskRunner() const override;
RefPtr<WebTaskRunner> LoadingTaskRunner() const override;
std::unique_ptr<WebURLLoader> CreateURLLoader() override;

Powered by Google App Engine
This is Rietveld 408576698