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

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

Issue 2014803002: Move DownloadControllerAndroid from content/ to chrome/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Moved DownloadControllerAndroid(Impl) to chrome/ Created 4 years, 6 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/browser/loader/resource_dispatcher_host_impl.h
diff --git a/content/browser/loader/resource_dispatcher_host_impl.h b/content/browser/loader/resource_dispatcher_host_impl.h
index 648822822bc627cc3549f69ebe7d5a8a7d724206..ec0610bea262ce6c796b664509803aa2da52e3bd 100644
--- a/content/browser/loader/resource_dispatcher_host_impl.h
+++ b/content/browser/loader/resource_dispatcher_host_impl.h
@@ -44,7 +44,6 @@
#include "ipc/ipc_message.h"
#include "net/base/request_priority.h"
#include "net/cookies/canonical_cookie.h"
-#include "net/url_request/url_request.h"
class ResourceHandler;
@@ -130,6 +129,8 @@ class CONTENT_EXPORT ResourceDispatcherHostImpl
void SetDelegate(ResourceDispatcherHostDelegate* delegate) override;
void SetAllowCrossOriginAuthPrompt(bool value) override;
void ClearLoginDelegateForRequest(net::URLRequest* request) override;
+ net::URLRequest* GetURLRequest(const GlobalRequestID& request_id) override;
+
// Puts the resource dispatcher host in an inactive state (unable to begin
// new requests). Cancels all pending requests.
@@ -229,9 +230,6 @@ class CONTENT_EXPORT ResourceDispatcherHostImpl
void OnUserGesture(WebContentsImpl* contents);
- // Retrieves a net::URLRequest. Must be called from the IO thread.
- net::URLRequest* GetURLRequest(const GlobalRequestID& request_id);
-
void RemovePendingRequest(int child_id, int request_id);
// Causes all new requests for the route identified by |routing_id| to be

Powered by Google App Engine
This is Rietveld 408576698