| Index: content/public/browser/resource_dispatcher_host_delegate.cc
|
| diff --git a/content/public/browser/resource_dispatcher_host_delegate.cc b/content/public/browser/resource_dispatcher_host_delegate.cc
|
| index 6d7d698945e537d5021deada51725647b841d4e6..0739a115b934f58e85346a0abb106a49717306bf 100644
|
| --- a/content/public/browser/resource_dispatcher_host_delegate.cc
|
| +++ b/content/public/browser/resource_dispatcher_host_delegate.cc
|
| @@ -57,9 +57,10 @@ ResourceDispatcherHostLoginDelegate*
|
| return NULL;
|
| }
|
|
|
| -void ResourceDispatcherHostDelegate::HandleExternalProtocol(const GURL& url,
|
| +bool ResourceDispatcherHostDelegate::HandleExternalProtocol(const GURL& url,
|
| int child_id,
|
| int route_id) {
|
| + return true;
|
| }
|
|
|
| bool ResourceDispatcherHostDelegate::ShouldForceDownloadResource(
|
|
|