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

Unified Diff: content/browser/loader/async_resource_handler_unittest.cc

Issue 2764683002: Remove stale-while-revalidate from content and chrome (Closed)
Patch Set: rebase Created 3 years, 9 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 | « content/browser/loader/DEPS ('k') | content/browser/loader/async_revalidation_driver.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/loader/async_resource_handler_unittest.cc
diff --git a/content/browser/loader/async_resource_handler_unittest.cc b/content/browser/loader/async_resource_handler_unittest.cc
index 293ca9993aa233ccb31d362e3bd161a24be79a2b..7ca97f098652be88052e2cf4d39ff42a57801d82 100644
--- a/content/browser/loader/async_resource_handler_unittest.cc
+++ b/content/browser/loader/async_resource_handler_unittest.cc
@@ -189,7 +189,6 @@ class AsyncResourceHandlerTest : public ::testing::Test,
false, // report_raw_headers
true, // is_async
PREVIEWS_OFF, // previews_state
- std::string(), // original_headers
nullptr, // body
false); // initiated_in_secure_context
info->AssociateWithRequest(request.get());
« no previous file with comments | « content/browser/loader/DEPS ('k') | content/browser/loader/async_revalidation_driver.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698