Index: chrome/browser/chromeos/cros_settings.h |
diff --git a/chrome/browser/chromeos/cros_settings.h b/chrome/browser/chromeos/cros_settings.h |
index c7f66d276ce0fcedd479f57912bee74fd6fb2d7e..49cf5265d88f2006251430ad42b35aef815d6470 100644 |
--- a/chrome/browser/chromeos/cros_settings.h |
+++ b/chrome/browser/chromeos/cros_settings.h |
@@ -92,6 +92,10 @@ class CrosSettings : public base::NonThreadSafe { |
// Returns the provider that handles settings with the path or prefix. |
CrosSettingsProvider* GetProvider(const std::string& path) const; |
+ // Forces all providers to reload their caches from the respective backing |
+ // stores if they have any. |
+ void ReloadProviders(); |
+ |
private: |
// List of ChromeOS system settings providers. |
std::vector<CrosSettingsProvider*> providers_; |