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

Unified Diff: third_party/WebKit/public/web/WebFrameSerializerCacheControlPolicy.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: Integrate with offline pages archiver. 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/public/web/WebFrameSerializerCacheControlPolicy.h
diff --git a/third_party/WebKit/public/web/WebFrameSerializerCacheControlPolicy.h b/third_party/WebKit/public/web/WebFrameSerializerCacheControlPolicy.h
index baf1be6861e8ce210400fe430294dbd045141da9..ad76d998647e0c260365355ca647d53fa7b1fd64 100644
--- a/third_party/WebKit/public/web/WebFrameSerializerCacheControlPolicy.h
+++ b/third_party/WebKit/public/web/WebFrameSerializerCacheControlPolicy.h
@@ -16,7 +16,8 @@ namespace blink {
enum class WebFrameSerializerCacheControlPolicy {
None = 0,
FailForNoStoreMainFrame,
- Last = FailForNoStoreMainFrame,
+ SkipAnyFrameOrResourceMarkedNoStore,
+ Last = SkipAnyFrameOrResourceMarkedNoStore,
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698