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

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

Issue 545413002: Detach the dependency from host_content_settings_map to extension. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove ProviderType Created 6 years, 3 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 0bd4b2ef8b397ab2f4e5b064f0883eedabd8a5b9..ee0850e8d37349f0a7be1cf2acf2024532d94cdb 100644
--- a/chrome/browser/content_settings/content_settings_policy_provider.h
+++ b/chrome/browser/content_settings/content_settings_policy_provider.h
@@ -48,6 +48,10 @@ class PolicyProvider : public ObservableProvider {
virtual void ShutdownOnUIThread() OVERRIDE;
+ virtual std::string GetProviderName() const OVERRIDE;
+
+ virtual SettingSource GetSettingSource() const OVERRIDE;
+
private:
// Reads the policy managed default settings.
void ReadManagedDefaultSettings();

Powered by Google App Engine
This is Rietveld 408576698