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

Unified Diff: extensions/browser/extensions_browser_client.h

Issue 221283006: 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: 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: extensions/browser/extensions_browser_client.h
diff --git a/extensions/browser/extensions_browser_client.h b/extensions/browser/extensions_browser_client.h
index 132e77aec1cb858acb943fe8195cbc1777aee6ba..2e3d26d8aede6914eb6d4679336179ee51ca8bcf 100644
--- a/extensions/browser/extensions_browser_client.h
+++ b/extensions/browser/extensions_browser_client.h
@@ -106,6 +106,10 @@
// version for later comparison.
virtual bool DidVersionUpdate(content::BrowserContext* context) = 0;
+ // Permits an external protocol handler to be launched. See
+ // ExternalProtocolHandler::PermitLaunchUrl() in Chrome.
+ virtual void PermitExternalProtocolHandler() = 0;
+
// Creates a new AppSorting instance.
virtual scoped_ptr<AppSorting> CreateAppSorting() = 0;
« no previous file with comments | « extensions/browser/extension_function_dispatcher.cc ('k') | extensions/browser/test_extensions_browser_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698