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

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

Issue 2597563002: Revert of Move ResourceHandler deferred actions ahead of external protocol handling. (Closed)
Patch Set: 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
« no previous file with comments | « no previous file | content/browser/loader/resource_loader.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/loader/resource_loader.h
diff --git a/content/browser/loader/resource_loader.h b/content/browser/loader/resource_loader.h
index 40603a4556a9531f9af6eaf1adc933fd186d2f1b..43b7530f315444b50964f6d2ce35c76a64527ab3 100644
--- a/content/browser/loader/resource_loader.h
+++ b/content/browser/loader/resource_loader.h
@@ -16,7 +16,6 @@
#include "content/browser/ssl/ssl_error_handler.h"
#include "content/common/content_export.h"
#include "net/url_request/url_request.h"
-#include "url/gurl.h"
namespace net {
class X509Certificate;
@@ -84,7 +83,6 @@
void StartRequestInternal();
void CancelRequestInternal(int error, bool from_renderer);
- void FollowDeferredRedirectInternal();
void CompleteResponseStarted();
void ReadMore(bool is_continuation);
void ResumeReading();
@@ -141,9 +139,6 @@
bool started_request_;
int times_cancelled_after_request_start_;
- // Stores the URL from a deferred redirect.
- GURL deferred_redirect_url_;
-
base::WeakPtrFactory<ResourceLoader> weak_ptr_factory_;
DISALLOW_COPY_AND_ASSIGN(ResourceLoader);
« no previous file with comments | « no previous file | content/browser/loader/resource_loader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698