| Index: chrome/browser/content_settings/content_settings_default_provider.h
|
| diff --git a/chrome/browser/content_settings/content_settings_default_provider.h b/chrome/browser/content_settings/content_settings_default_provider.h
|
| index 9651b91a5f60ae30a43f3d104aa49602edf203f9..e7b399e1fdf73f9d45ddc961099d3f91653380a2 100644
|
| --- a/chrome/browser/content_settings/content_settings_default_provider.h
|
| +++ b/chrome/browser/content_settings/content_settings_default_provider.h
|
| @@ -52,6 +52,10 @@ class DefaultProvider : public ObservableProvider {
|
|
|
| virtual void ShutdownOnUIThread() OVERRIDE;
|
|
|
| + virtual std::string GetProviderName() const OVERRIDE;
|
| +
|
| + virtual SettingSource GetSettingSource() const OVERRIDE;
|
| +
|
| private:
|
| // Sets the fields of |settings| based on the values in |dictionary|.
|
| void GetSettingsFromDictionary(const base::DictionaryValue* dictionary);
|
|
|