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

Unified Diff: Source/core/fetch/FetchContext.h

Issue 1291883002: Use precaching for more data: urls than just images. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 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: Source/core/fetch/FetchContext.h
diff --git a/Source/core/fetch/FetchContext.h b/Source/core/fetch/FetchContext.h
index f2d05d9f9ad105e5f21df6f3213c7085acc5af67..93fa6e543649edaf3dff3ae199ab2e286de261da 100644
--- a/Source/core/fetch/FetchContext.h
+++ b/Source/core/fetch/FetchContext.h
@@ -95,7 +95,6 @@ public:
virtual int64_t serviceWorkerID() const { return -1; }
virtual bool isMainFrame() const { return true; }
- virtual bool hasSubstituteData() const { return false; }
virtual bool defersLoading() const { return false; }
virtual bool isLoadComplete() const { return false; }
virtual bool pageDismissalEventBeingDispatched() const { return false; }

Powered by Google App Engine
This is Rietveld 408576698