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

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

Issue 2824283003: Fix autoupdate_EndToEndTest on veyron_rialto (Closed)
Patch Set: done Created 3 years, 8 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.h
diff --git a/chrome/browser/chromeos/settings/cros_settings.h b/chrome/browser/chromeos/settings/cros_settings.h
index adeb416adac238ccea0fa510ce1fb0851b44aeae..09b68078e6c17f5a20eeef4df41218e45005fda2 100644
--- a/chrome/browser/chromeos/settings/cros_settings.h
+++ b/chrome/browser/chromeos/settings/cros_settings.h
@@ -117,6 +117,9 @@ class CrosSettings : public base::NonThreadSafe {
const std::string& path,
const base::Closure& callback) WARN_UNUSED_RESULT;
+ // Clears all the system setting change callbacks for the specified path.
+ void ClearSettingsObservers(const std::string& path);
+
// Returns the provider that handles settings with the |path| or prefix.
CrosSettingsProvider* GetProvider(const std::string& path) const;

Powered by Google App Engine
This is Rietveld 408576698