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

Unified Diff: chrome/browser/android/offline_pages/offline_page_mhtml_archiver.cc

Issue 2066353002: Make the cache control policy default since we changed to N=1 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/android/offline_pages/offline_page_mhtml_archiver.cc
diff --git a/chrome/browser/android/offline_pages/offline_page_mhtml_archiver.cc b/chrome/browser/android/offline_pages/offline_page_mhtml_archiver.cc
index 6f049ac5c47da1729c0c1821ef46d2d882bb07a4..91641b55b1d6a341106c0e0ab350eb9e63bc40d1 100644
--- a/chrome/browser/android/offline_pages/offline_page_mhtml_archiver.cc
+++ b/chrome/browser/android/offline_pages/offline_page_mhtml_archiver.cc
@@ -133,8 +133,6 @@ void OfflinePageMHTMLArchiver::GenerateMHTML(
GenerateFileName(url, base::UTF16ToUTF8(title), archive_id)));
content::MHTMLGenerationParams params(file_path);
- params.cache_control_policy = blink::WebFrameSerializerCacheControlPolicy::
- SkipAnyFrameOrResourceMarkedNoStore;
params.use_binary_encoding = true;
web_contents_->GenerateMHTML(
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698