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

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

Issue 426713002: Revert of Fix the handling of user gestures for external protocol handler dialogs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 5 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 ceed4302591da4b0093fe486f26234c63073d042..84e0bd1d334d368695581e05b81393e294f2612a 100644
--- a/content/public/browser/resource_dispatcher_host_delegate.cc
+++ b/content/public/browser/resource_dispatcher_host_delegate.cc
@@ -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;
}
« no previous file with comments | « content/public/browser/resource_dispatcher_host_delegate.h ('k') | extensions/browser/extension_function_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698