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

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

Issue 10832035: Switch from SignedSettings to DeviceSettingsService. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: More test fixing... Created 8 years, 5 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/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:

Powered by Google App Engine
This is Rietveld 408576698