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

Unified Diff: components/offline_pages/core/offline_page_model_impl_unittest.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: components/offline_pages/core/offline_page_model_impl_unittest.cc
diff --git a/components/offline_pages/core/offline_page_model_impl_unittest.cc b/components/offline_pages/core/offline_page_model_impl_unittest.cc
index 826638232cae804ab86532093384c83f1d170924..5e709781fa80737484fd70aa4d3593d131d6b87c 100644
--- a/components/offline_pages/core/offline_page_model_impl_unittest.cc
+++ b/components/offline_pages/core/offline_page_model_impl_unittest.cc
@@ -670,6 +670,7 @@ TEST_F(OfflinePageModelImplTest, SavePageOnBackground) {
save_page_params.url = kTestUrl;
save_page_params.client_id = kTestClientId1;
save_page_params.is_background = true;
+ save_page_params.use_page_problem_detectors = false;
SavePageWithParamsAsync(save_page_params, std::move(archiver));
EXPECT_TRUE(archiver_ptr->create_archive_called());
// |remove_popup_overlay| should be turned on on background mode.
« no previous file with comments | « components/offline_pages/core/offline_page_model_impl.cc ('k') | content/public/common/mhtml_generation_params.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698