| Index: android_webview/browser/net/aw_url_request_job_factory.h
|
| diff --git a/android_webview/browser/net/aw_url_request_job_factory.h b/android_webview/browser/net/aw_url_request_job_factory.h
|
| index 8978df561cfb522f23e045511922e42972ffcadb..b4745bd09df1749fe2e50bfeb4cc07db4dd2b9ab 100644
|
| --- a/android_webview/browser/net/aw_url_request_job_factory.h
|
| +++ b/android_webview/browser/net/aw_url_request_job_factory.h
|
| @@ -35,6 +35,7 @@ class AwURLRequestJobFactory : public net::URLRequestJobFactory {
|
| net::NetworkDelegate* network_delegate) const OVERRIDE;
|
| virtual bool IsHandledProtocol(const std::string& scheme) const OVERRIDE;
|
| virtual bool IsHandledURL(const GURL& url) const OVERRIDE;
|
| + virtual bool IsSafeRedirectTarget(const GURL& location) const OVERRIDE;
|
|
|
| private:
|
| // By default calls are forwarded to this factory, to avoid having to
|
|
|