Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / xwalk / runtime / browser / runtime_resource_dispatcher_host_delegate.cc
index 3f3416c..24bf2b6 100644 (file)
@@ -63,7 +63,8 @@ void RuntimeResourceDispatcherHostDelegate::DownloadStarting(
 bool RuntimeResourceDispatcherHostDelegate::HandleExternalProtocol(
     const GURL& url,
     int child_id,
-    int route_id) {
+    int route_id,
+    bool initiated_by_user_gesture) {
   return true;
 }