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

Unified Diff: content/public/browser/resource_dispatcher_host_delegate.h

Issue 2136223003: ResourceDispatcherHostDelegate::OnResponseStarted doesn't need IPC::Sender (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix Created 4 years, 5 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/public/browser/resource_dispatcher_host_delegate.h
diff --git a/content/public/browser/resource_dispatcher_host_delegate.h b/content/public/browser/resource_dispatcher_host_delegate.h
index 18681a074849a071483d9b2aa65c732c090435e5..f32fe44cc4cacdefa5618f3aa1bb5c8aa0378582 100644
--- a/content/public/browser/resource_dispatcher_host_delegate.h
+++ b/content/public/browser/resource_dispatcher_host_delegate.h
@@ -17,10 +17,6 @@
class GURL;
template <class T> class ScopedVector;
-namespace IPC {
-class Sender;
-}
-
namespace net {
class AuthChallengeInfo;
class ClientCertStore;
@@ -115,8 +111,7 @@ class CONTENT_EXPORT ResourceDispatcherHostDelegate {
// Informs the delegate that a response has started.
virtual void OnResponseStarted(net::URLRequest* request,
ResourceContext* resource_context,
- ResourceResponse* response,
- IPC::Sender* sender);
+ ResourceResponse* response);
// Informs the delegate that a request has been redirected.
virtual void OnRequestRedirected(const GURL& redirect_url,
« no previous file with comments | « content/browser/loader/sync_resource_handler.cc ('k') | content/public/browser/resource_dispatcher_host_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698