| 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();
|
|
|