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

Unified Diff: third_party/WebKit/Source/core/fetch/Resource.h

Issue 1977303003: Adds a feature to MHTML serialization that omits subframes and subresources marked no-store. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@no-store
Patch Set: Address dcheng's comments. Created 4 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/fetch/Resource.h
diff --git a/third_party/WebKit/Source/core/fetch/Resource.h b/third_party/WebKit/Source/core/fetch/Resource.h
index 37a5c9f68a7584bba45e7ec5cb3b7a43f7b30e70..7b6a54a145bbe6a0bec72ac150e4ce61d0fb9e74 100644
--- a/third_party/WebKit/Source/core/fetch/Resource.h
+++ b/third_party/WebKit/Source/core/fetch/Resource.h
@@ -213,7 +213,7 @@ public:
bool mustRevalidateDueToCacheHeaders();
bool canUseCacheValidator();
bool isCacheValidator() const { return !m_revalidatingRequest.isNull(); }
- bool hasCacheControlNoStoreHeader();
+ bool hasCacheControlNoStoreHeader() const;
bool hasVaryHeader() const;
virtual bool mustRefetchDueToIntegrityMetadata(const FetchRequest& request) const { return false; }

Powered by Google App Engine
This is Rietveld 408576698