| Index: content/public/browser/resource_dispatcher_host_delegate.h
|
| diff --git a/content/public/browser/resource_dispatcher_host_delegate.h b/content/public/browser/resource_dispatcher_host_delegate.h
|
| index 81b7209a3acb5975bb25abe64ad37c1d9a2ee64b..4205b2a2fd548b4b6dc79fc3b497c7722947d4a0 100644
|
| --- a/content/public/browser/resource_dispatcher_host_delegate.h
|
| +++ b/content/public/browser/resource_dispatcher_host_delegate.h
|
| @@ -95,8 +95,10 @@ class CONTENT_EXPORT ResourceDispatcherHostDelegate {
|
| virtual ResourceDispatcherHostLoginDelegate* CreateLoginDelegate(
|
| net::AuthChallengeInfo* auth_info, net::URLRequest* request);
|
|
|
| - // Launches the url for the given tab.
|
| - virtual void HandleExternalProtocol(const GURL& url,
|
| + // Launches the url for the given tab. Returns true if an attempt to handle
|
| + // the url was made, e.g. by launching an app. Note that this does not
|
| + // guarantee that the app successfully handled it.
|
| + virtual bool HandleExternalProtocol(const GURL& url,
|
| int child_id,
|
| int route_id);
|
|
|
|
|