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

Unified Diff: content/browser/loader/async_revalidation_manager.h

Issue 2481093003: Introduce ResourceRequesterInfo to abstract the requester of resource request (Closed)
Patch Set: fix URLLoaderFactoryImplTest/URLLoaderFactoryImplTest.GetFailedResponse2 Created 4 years, 1 month 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/async_revalidation_manager.h
diff --git a/content/browser/loader/async_revalidation_manager.h b/content/browser/loader/async_revalidation_manager.h
index cf6f6c57aef8c3e87df9230cc98511f925aaef9d..facdb2d1452af6bcffdc073348fdafaf19418b65 100644
--- a/content/browser/loader/async_revalidation_manager.h
+++ b/content/browser/loader/async_revalidation_manager.h
@@ -37,7 +37,7 @@ class AsyncRevalidationManager {
// Starts an async revalidation by copying |for_request|. |scheduler| must
// remain valid until this object is destroyed.
- void BeginAsyncRevalidation(const net::URLRequest& for_request,
+ void BeginAsyncRevalidation(net::URLRequest* for_request,
ResourceScheduler* scheduler);
// Cancel all pending async revalidations that use ResourceContext.
« no previous file with comments | « content/browser/loader/async_resource_handler_unittest.cc ('k') | content/browser/loader/async_revalidation_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698