| Index: net/url_request/url_request_redirect_job.h
|
| diff --git a/net/url_request/url_request_redirect_job.h b/net/url_request/url_request_redirect_job.h
|
| index 8321477dfc25e72a59783e78e26804443e065d97..4dda7b8a63449e0f7f1faedb580b22ec5c05d676 100644
|
| --- a/net/url_request/url_request_redirect_job.h
|
| +++ b/net/url_request/url_request_redirect_job.h
|
| @@ -40,6 +40,8 @@ class NET_EXPORT URLRequestRedirectJob : public URLRequestJob {
|
| virtual void Start() OVERRIDE;
|
| virtual bool IsRedirectResponse(GURL* location,
|
| int* http_status_code) OVERRIDE;
|
| + virtual bool IsRedirectFragmentModificationAllowed(
|
| + const GURL& location) OVERRIDE;
|
|
|
| virtual void GetLoadTimingInfo(
|
| LoadTimingInfo* load_timing_info) const OVERRIDE;
|
|
|