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

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

Issue 2741433002: Fix ResourceDispatcherHostDelegate::OnResponseStarted not getting called for navigation requests (Closed)
Patch Set: fix mojo unittests 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/resource_loader.cc ('k') | content/browser/loader/resource_loader_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/loader/resource_loader_delegate.h
diff --git a/content/browser/loader/resource_loader_delegate.h b/content/browser/loader/resource_loader_delegate.h
index a6b2be979c0ccf00c30e537e6071e0a3f36e7d5e..3eefb7994cff396975df7e8d6491f55f2d60b2c9 100644
--- a/content/browser/loader/resource_loader_delegate.h
+++ b/content/browser/loader/resource_loader_delegate.h
@@ -32,7 +32,8 @@ class CONTENT_EXPORT ResourceLoaderDelegate {
virtual void DidReceiveRedirect(ResourceLoader* loader,
const GURL& new_url,
ResourceResponse* response) = 0;
- virtual void DidReceiveResponse(ResourceLoader* loader) = 0;
+ virtual void DidReceiveResponse(ResourceLoader* loader,
+ ResourceResponse* response) = 0;
// This method informs the delegate that the loader is done, and the loader
// expects to be destroyed as a side-effect of this call.
« no previous file with comments | « content/browser/loader/resource_loader.cc ('k') | content/browser/loader/resource_loader_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698