Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4713)

Unified Diff: chrome/browser/chromeos/settings/cros_settings_provider.h

Issue 10832035: Switch from SignedSettings to DeviceSettingsService. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase. Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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:

Powered by Google App Engine
This is Rietveld 408576698