| Index: chrome/browser/content_settings/content_settings_policy_provider.cc
|
| diff --git a/chrome/browser/content_settings/content_settings_policy_provider.cc b/chrome/browser/content_settings/content_settings_policy_provider.cc
|
| index 6469325d7e6cf6d45a62884e248d889e577fffd6..3a04c56a487518852c28577871159f805bd1c2e7 100644
|
| --- a/chrome/browser/content_settings/content_settings_policy_provider.cc
|
| +++ b/chrome/browser/content_settings/content_settings_policy_provider.cc
|
| @@ -451,6 +451,14 @@ void PolicyProvider::ShutdownOnUIThread() {
|
| prefs_ = NULL;
|
| }
|
|
|
| +std::string PolicyProvider::GetProviderName() const {
|
| + return "policy";
|
| +}
|
| +
|
| +SettingSource PolicyProvider::GetSettingSource() const {
|
| + return SETTING_SOURCE_POLICY;
|
| +}
|
| +
|
| void PolicyProvider::OnPreferenceChanged(const std::string& name) {
|
| DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
|
|
|
|
|