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

Unified Diff: chrome/browser/content_settings/content_settings_policy_provider.h

Issue 7828022: Add a method to the HostContentSettings map to return the |Value| of a content setting (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove unrelated changes from patchset. Created 9 years, 4 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/content_settings_policy_provider.h
diff --git a/chrome/browser/content_settings/content_settings_policy_provider.h b/chrome/browser/content_settings/content_settings_policy_provider.h
index ba69307e4f6179013c1bab93c44ec7b92c35f9ac..f7eb15717c3d8cb73efc43120a98198c7567a2e6 100644
--- a/chrome/browser/content_settings/content_settings_policy_provider.h
+++ b/chrome/browser/content_settings/content_settings_policy_provider.h
@@ -126,6 +126,9 @@ class PolicyProvider : public ObservableProvider,
void GetContentSettingsFromPreferences(ContentSettingsRules* rules);
+ void GetAutoSelectCertificateSettingsFromPreferences(
+ OriginIdentifierValueMap* value_map);
+
void ReadManagedContentSettingsTypes(ContentSettingsType content_type);
OriginIdentifierValueMap value_map_;

Powered by Google App Engine
This is Rietveld 408576698