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 ccd358f436f40c16cfe3b5dd8b092bfefee2ccad..bf92b25faf1a98b9e4f7ec7ea1f6a3c67be6a213 100644 |
--- a/content/public/browser/resource_dispatcher_host_delegate.cc |
+++ b/content/public/browser/resource_dispatcher_host_delegate.cc |
@@ -46,11 +46,9 @@ |
return NULL; |
} |
-bool ResourceDispatcherHostDelegate::HandleExternalProtocol( |
- const GURL& url, |
- int child_id, |
- int route_id, |
- bool initiated_by_user_gesture) { |
+bool ResourceDispatcherHostDelegate::HandleExternalProtocol(const GURL& url, |
+ int child_id, |
+ int route_id) { |
return true; |
} |