| Index: chrome/browser/chromeos/cros_settings_provider.h
|
| diff --git a/chrome/browser/chromeos/cros_settings_provider.h b/chrome/browser/chromeos/cros_settings_provider.h
|
| index 906dae96bd89ee9d3afcca6085d783308fb1b4fc..fc5ea727ad398d4b12bd34899caf8508d73af8e3 100644
|
| --- a/chrome/browser/chromeos/cros_settings_provider.h
|
| +++ b/chrome/browser/chromeos/cros_settings_provider.h
|
| @@ -58,9 +58,6 @@ class CrosSettingsProvider {
|
| // Gets the namespace prefix provided by this provider.
|
| virtual bool HandlesSetting(const std::string& path) const = 0;
|
|
|
| - // Reloads the caches if the provider has any.
|
| - virtual void Reload() = 0;
|
| -
|
| void SetNotifyObserversCallback(const NotifyObserversCallback& notify_cb);
|
|
|
| protected:
|
|
|