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

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

Issue 2807533003: [WIP2] off-main-thread loading
Patch Set: rebase Created 3 years, 7 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 54324cf402cd3a250b696d9d8aeca5548a8aa710..a531ac1d31962639eeea64165bbcf17ee01fa000 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;

Powered by Google App Engine
This is Rietveld 408576698