| Index: trunk/src/chrome/browser/custom_handlers/protocol_handler_registry.cc
|
| ===================================================================
|
| --- trunk/src/chrome/browser/custom_handlers/protocol_handler_registry.cc (revision 188924)
|
| +++ trunk/src/chrome/browser/custom_handlers/protocol_handler_registry.cc (working copy)
|
| @@ -205,12 +205,6 @@
|
| job_factory_->IsHandledURL(url);
|
| }
|
|
|
| -bool ProtocolHandlerRegistry::JobInterceptorFactory::IsSafeRedirectTarget(
|
| - const GURL& location) const {
|
| - DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
|
| - return job_factory_->IsSafeRedirectTarget(location);
|
| -}
|
| -
|
| // DefaultClientObserver ------------------------------------------------------
|
|
|
| ProtocolHandlerRegistry::DefaultClientObserver::DefaultClientObserver(
|
|
|