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

Unified Diff: chrome/browser/offline_pages/background_loader_offliner.cc

Issue 2880963005: MHTMLGenerationManager - add param (Closed)
Patch Set: Merged with tip of tree Created 3 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: chrome/browser/offline_pages/background_loader_offliner.cc
diff --git a/chrome/browser/offline_pages/background_loader_offliner.cc b/chrome/browser/offline_pages/background_loader_offliner.cc
index 6cc5f3d0fd5de7c4d71000927dc4948a3f6a4bcc..726a40444de9277afe4c5c8953fdfb59a1aa39ef 100644
--- a/chrome/browser/offline_pages/background_loader_offliner.cc
+++ b/chrome/browser/offline_pages/background_loader_offliner.cc
@@ -388,6 +388,7 @@ void BackgroundLoaderOffliner::StartSnapshot() {
params.client_id = request.client_id();
params.proposed_offline_id = request.request_id();
params.is_background = true;
+ params.use_page_problem_detectors = true;
// Pass in the original URL if it's different from last committed
// when redirects occur.

Powered by Google App Engine
This is Rietveld 408576698