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

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: Tweak determineRevalidationPolicy ordering 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
« no previous file with comments | « LayoutTests/fast/css/link-alternate-style-recalc.html ('k') | Source/core/fetch/ImageResource.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/fetch/FetchContext.h
diff --git a/Source/core/fetch/FetchContext.h b/Source/core/fetch/FetchContext.h
index 57acd34075ae676eaafba6a3fc9fd8b7c8794688..aaded4d2aa3bf11f4d72b38fdd574d10cde1dbf1 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; }
« no previous file with comments | « LayoutTests/fast/css/link-alternate-style-recalc.html ('k') | Source/core/fetch/ImageResource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698