| Index: chrome/browser/chromeos/settings/cros_settings_provider.h
|
| diff --git a/chrome/browser/chromeos/settings/cros_settings_provider.h b/chrome/browser/chromeos/settings/cros_settings_provider.h
|
| index 2477f3405dd7a5bf137982ff2b45ac5bc198dcbe..61965559e1520cd06b20ba533c5c261b33020211 100644
|
| --- a/chrome/browser/chromeos/settings/cros_settings_provider.h
|
| +++ b/chrome/browser/chromeos/settings/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:
|
|
|