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 ca444edbd0d0307ff3f743b79d54577b77bfa093..9271804d8e53996aea1f63f4f5fc1a68470632fc 100644 |
--- a/content/public/browser/resource_dispatcher_host_delegate.h |
+++ b/content/public/browser/resource_dispatcher_host_delegate.h |
@@ -86,7 +86,8 @@ class CONTENT_EXPORT ResourceDispatcherHostDelegate { |
// guarantee that the app successfully handled it. |
virtual bool HandleExternalProtocol(const GURL& url, |
int child_id, |
- int route_id); |
+ int route_id, |
+ bool user_gesture); |
// Returns true if we should force the given resource to be downloaded. |
// Otherwise, the content layer decides. |