summaryrefslogtreecommitdiffstats
path: root/content/public/browser/resource_dispatcher_host_delegate.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/public/browser/resource_dispatcher_host_delegate.cc')
-rw-r--r--content/public/browser/resource_dispatcher_host_delegate.cc10
1 files changed, 7 insertions, 3 deletions
diff --git a/content/public/browser/resource_dispatcher_host_delegate.cc b/content/public/browser/resource_dispatcher_host_delegate.cc
index b1b6960..c67ab55 100644
--- a/content/public/browser/resource_dispatcher_host_delegate.cc
+++ b/content/public/browser/resource_dispatcher_host_delegate.cc
@@ -42,9 +42,13 @@ ResourceDispatcherHostLoginDelegate*
return nullptr;
}
-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 is_main_frame,
+ ui::PageTransition page_transition,
+ bool has_user_gesture) {
return true;
}