diff options
Diffstat (limited to 'content/public/browser/resource_dispatcher_host_delegate.cc')
-rw-r--r-- | content/public/browser/resource_dispatcher_host_delegate.cc | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/content/public/browser/resource_dispatcher_host_delegate.cc b/content/public/browser/resource_dispatcher_host_delegate.cc index bf92b25..ccd358f 100644 --- a/content/public/browser/resource_dispatcher_host_delegate.cc +++ b/content/public/browser/resource_dispatcher_host_delegate.cc @@ -46,9 +46,11 @@ ResourceDispatcherHostLoginDelegate* return NULL; } -bool ResourceDispatcherHostDelegate::HandleExternalProtocol(const GURL& url, - int child_id, - int route_id) { +bool ResourceDispatcherHostDelegate::HandleExternalProtocol( + const GURL& url, + int child_id, + int route_id, + bool initiated_by_user_gesture) { return true; } |