Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(437)

Unified Diff: content/public/browser/resource_dispatcher_host_delegate.cc

Issue 131783012: Fix the handling of user gestures for external protocol handler dialogs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix build Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 bf92b25faf1a98b9e4f7ec7ea1f6a3c67be6a213..3bcf822398e05f7727a5e052b77cf5902ee9a01f 100644
--- a/content/public/browser/resource_dispatcher_host_delegate.cc
+++ b/content/public/browser/resource_dispatcher_host_delegate.cc
@@ -48,7 +48,8 @@ ResourceDispatcherHostLoginDelegate*
bool ResourceDispatcherHostDelegate::HandleExternalProtocol(const GURL& url,
int child_id,
- int route_id) {
+ int route_id,
+ bool user_gesture) {
return true;
}

Powered by Google App Engine
This is Rietveld 408576698