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

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

Issue 2481093003: Introduce ResourceRequesterInfo to abstract the requester of resource request (Closed)
Patch Set: s/esource/resource/ 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..63bcb1c4fafec1c4d5a8972d7e76498d5418055d 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,
yhirano 2016/11/29 03:51:51 Google C++ style guide requires a reference parame
horo 2016/11/29 04:38:31 Done.
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