| Index: trunk/src/android_webview/browser/net/aw_url_request_job_factory.cc
|
| ===================================================================
|
| --- trunk/src/android_webview/browser/net/aw_url_request_job_factory.cc (revision 188924)
|
| +++ trunk/src/android_webview/browser/net/aw_url_request_job_factory.cc (working copy)
|
| @@ -63,8 +63,4 @@
|
| return next_factory_->SetProtocolHandler(scheme, protocol_handler);
|
| }
|
|
|
| -bool AwURLRequestJobFactory::IsSafeRedirectTarget(const GURL& location) const {
|
| - return next_factory_->IsSafeRedirectTarget(location);
|
| -}
|
| -
|
| } // namespace android_webview
|
|
|