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

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

Issue 2535723005: Stop using ResourceController in ResourceThrottle (Closed)
Patch Set: Addressed #62 Created 4 years 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_driver.cc
diff --git a/content/browser/loader/async_revalidation_driver.cc b/content/browser/loader/async_revalidation_driver.cc
index 20cc1f1afb9512e34d3544983cb52594b5ac3666..795990e21132cfffe59f397b7b6dc1b3aebc7f0e 100644
--- a/content/browser/loader/async_revalidation_driver.cc
+++ b/content/browser/loader/async_revalidation_driver.cc
@@ -45,7 +45,7 @@ AsyncRevalidationDriver::AsyncRevalidationDriver(
completion_callback_(completion_callback),
weak_ptr_factory_(this) {
request_->set_delegate(this);
- throttle_->set_controller(this);
+ throttle_->set_delegate(this);
}
AsyncRevalidationDriver::~AsyncRevalidationDriver() {}
« no previous file with comments | « content/browser/loader/async_revalidation_driver.h ('k') | content/browser/loader/async_revalidation_driver_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698