Upstream version 9.37.195.0
[platform/framework/web/crosswalk.git] / src / content / public / browser / resource_dispatcher_host_delegate.cc
index b7b96c3..607b1af 100644 (file)
@@ -46,11 +46,9 @@ ResourceDispatcherHostLoginDelegate*
   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;
 }