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

Unified Diff: chrome/browser/content_settings/tab_specific_content_settings.cc

Issue 10584042: Bring up a content settings icon for ungestured registerProtocolHandler call. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 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: chrome/browser/content_settings/tab_specific_content_settings.cc
diff --git a/chrome/browser/content_settings/tab_specific_content_settings.cc b/chrome/browser/content_settings/tab_specific_content_settings.cc
index 65731d3c1cf9902dfdf569990f5fb3ed8192a4e5..bfcb644f2a6f0f94ef6d33a8fd038599a85af804 100644
--- a/chrome/browser/content_settings/tab_specific_content_settings.cc
+++ b/chrome/browser/content_settings/tab_specific_content_settings.cc
@@ -74,6 +74,8 @@ TabSpecificContentSettings::TabSpecificContentSettings(WebContents* tab)
allowed_local_shared_objects_(profile_),
blocked_local_shared_objects_(profile_),
geolocation_settings_state_(profile_),
+ register_protocol_handler_called_ungestured_(
+ ProtocolHandler::EmptyProtocolHandler()),
load_plugins_link_enabled_(true) {
ClearBlockedContentSettingsExceptForCookies();
ClearCookieSpecificContentSettings();

Powered by Google App Engine
This is Rietveld 408576698