Index: net/url_request/url_request_http_job.h |
diff --git a/net/url_request/url_request_http_job.h b/net/url_request/url_request_http_job.h |
index 95b77c94d270fac2cb017edece2cdfb5fad2af3c..5c02313793c143cb42369d50c526247406e73126 100644 |
--- a/net/url_request/url_request_http_job.h |
+++ b/net/url_request/url_request_http_job.h |
@@ -107,6 +107,8 @@ class NET_EXPORT_PRIVATE URLRequestHttpJob : public URLRequestJob { |
virtual bool GetResponseCookies(std::vector<std::string>* cookies) OVERRIDE; |
virtual int GetResponseCode() const OVERRIDE; |
virtual Filter* SetupFilter() const OVERRIDE; |
+ virtual bool IsRedirectFragmentModificationAllowed( |
+ const GURL& location) OVERRIDE; |
virtual bool IsSafeRedirect(const GURL& location) OVERRIDE; |
virtual bool NeedsAuth() OVERRIDE; |
virtual void GetAuthChallengeInfo(scoped_refptr<AuthChallengeInfo>*) OVERRIDE; |