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

Unified Diff: chrome/browser/prefs/pref_service_syncable.h

Issue 12330008: Get rid of the ability to unregister preferences. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix browser_tests that tested migration in PrefsTabHelper. Created 7 years, 10 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/prefs/pref_service_syncable.h
diff --git a/chrome/browser/prefs/pref_service_syncable.h b/chrome/browser/prefs/pref_service_syncable.h
index 5d8eb2c3bcab03e2d47ba9b0a1013b461804d400..18926b64cbb494d3d236c08eb44d87373ee41f3b 100644
--- a/chrome/browser/prefs/pref_service_syncable.h
+++ b/chrome/browser/prefs/pref_service_syncable.h
@@ -72,7 +72,6 @@ class PrefServiceSyncable : public PrefService {
friend class PrefModelAssociator;
void AddRegisteredSyncablePreference(const char* path);
- virtual void RemoveRegisteredPreference(const char* path) OVERRIDE;
// Invoked internally when the IsSyncing() state changes.
void OnIsSyncingChanged();

Powered by Google App Engine
This is Rietveld 408576698