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

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

Issue 1041993004: content::ResourceDispatcherHostImpl changes for stale-while-revalidate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@s-w-r-yhirano-patch
Patch Set: Readability improvements suggested by tyoshino Created 5 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
Index: content/browser/loader/resource_scheduler_unittest.cc
diff --git a/content/browser/loader/resource_scheduler_unittest.cc b/content/browser/loader/resource_scheduler_unittest.cc
index 8c194a9bba83bdcdfd637c5110780a406c4fa2aa..15c6afcd49831745479aa8c9f151bc1086c828ba 100644
--- a/content/browser/loader/resource_scheduler_unittest.cc
+++ b/content/browser/loader/resource_scheduler_unittest.cc
@@ -197,7 +197,9 @@ class ResourceSchedulerTest : public testing::Test {
blink::WebPageVisibilityStateVisible, // visibility_state
NULL, // context
base::WeakPtr<ResourceMessageFilter>(), // filter
- is_async); // is_async
+ is_async, // is_async
+ false, // is_async_revalidation
+ NULL); // original_message
info->AssociateWithRequest(url_request.get());
return url_request.Pass();
}

Powered by Google App Engine
This is Rietveld 408576698