Index: chrome/browser/content_settings/content_settings_pref_provider.h |
diff --git a/chrome/browser/content_settings/content_settings_pref_provider.h b/chrome/browser/content_settings/content_settings_pref_provider.h |
index 08a9d1b9b415f369b84c748894ac4920cd5b8981..a1af775d326b982869cf3460702ebbbf528b9394 100644 |
--- a/chrome/browser/content_settings/content_settings_pref_provider.h |
+++ b/chrome/browser/content_settings/content_settings_pref_provider.h |
@@ -56,6 +56,10 @@ class PrefProvider : public ObservableProvider { |
virtual void ShutdownOnUIThread() OVERRIDE; |
+ virtual std::string GetProviderName() const OVERRIDE; |
+ |
+ virtual SettingSource GetSettingSource() const OVERRIDE; |
+ |
// Records the last time the given pattern has used a certain content setting. |
void UpdateLastUsage(const ContentSettingsPattern& primary_pattern, |
const ContentSettingsPattern& secondary_pattern, |