| Index: chrome/browser/chromeos/system_settings_provider.h
|
| diff --git a/chrome/browser/chromeos/system_settings_provider.h b/chrome/browser/chromeos/system_settings_provider.h
|
| index 24b304116fa776f94e8826a40f36f87ec1da0260..d0a774ae7914a7f65351528b6fa5f4b76cbd5917 100644
|
| --- a/chrome/browser/chromeos/system_settings_provider.h
|
| +++ b/chrome/browser/chromeos/system_settings_provider.h
|
| @@ -30,7 +30,6 @@ class SystemSettingsProvider : public CrosSettingsProvider,
|
| virtual TrustedStatus PrepareTrustedValues(
|
| const base::Closure& callback) OVERRIDE;
|
| virtual bool HandlesSetting(const std::string& path) const OVERRIDE;
|
| - virtual void Reload() OVERRIDE;
|
|
|
| // TimezoneSettings::Observer implementation.
|
| virtual void TimezoneChanged(const icu::TimeZone& timezone) OVERRIDE;
|
|
|