| Index: chrome/browser/chromeos/settings/cros_settings_provider.h
|
| ===================================================================
|
| --- chrome/browser/chromeos/settings/cros_settings_provider.h (revision 154482)
|
| +++ chrome/browser/chromeos/settings/cros_settings_provider.h (working copy)
|
| @@ -58,6 +58,9 @@
|
| // 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:
|
|
|