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

Unified Diff: base/prefs/public/pref_change_registrar.h

Issue 11316163: Remove the last usages of PrefObserver outside of Prefs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix Win and CrOS build. Created 8 years 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: base/prefs/public/pref_change_registrar.h
diff --git a/base/prefs/public/pref_change_registrar.h b/base/prefs/public/pref_change_registrar.h
index 19a690ae56d286020c115a8e8a4846c2621b0cbb..11fbb4c7b0fa94a7b3f4326f9482a00aa1f5e6d5 100644
--- a/base/prefs/public/pref_change_registrar.h
+++ b/base/prefs/public/pref_change_registrar.h
@@ -43,9 +43,6 @@ class BASE_PREFS_EXPORT PrefChangeRegistrar : public PrefObserver {
void Add(const char* path, const base::Closure& obs);
void Add(const char* path, const NamedChangeCallback& obs);
- // Deprecated version of Add, soon to be removed.
- void Add(const char* path, PrefObserver* obs);
-
// Removes the pref observer registered for |path|.
void Remove(const char* path);
« no previous file with comments | « no previous file | base/prefs/public/pref_change_registrar.cc » ('j') | base/prefs/public/pref_change_registrar_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698