| 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 5f2d2e9224ea1ca7d9c367f802b63457ff8e067d..15e4152ff50677faaf37a2bae6a1a5edc6344e22 100644
|
| --- a/content/public/browser/resource_dispatcher_host_delegate.h
|
| +++ b/content/public/browser/resource_dispatcher_host_delegate.h
|
| @@ -78,12 +78,9 @@ class CONTENT_EXPORT ResourceDispatcherHostDelegate {
|
| // 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.
|
| - // Some external protocol handlers only run in the context of a user gesture,
|
| - // so initiated_by_user_gesture should be passed accordingly.
|
| virtual bool HandleExternalProtocol(const GURL& url,
|
| int child_id,
|
| - int route_id,
|
| - bool initiated_by_user_gesture);
|
| + int route_id);
|
|
|
| // Returns true if we should force the given resource to be downloaded.
|
| // Otherwise, the content layer decides.
|
|
|