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

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

Issue 12079097: Introduce PrefRegistrySyncable, simplifying PrefServiceSyncable. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 11 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_registry.h
diff --git a/chrome/browser/prefs/pref_registry.h b/chrome/browser/prefs/pref_registry.h
index 327f98733f8549398997ee8765737f80b8e3fc4c..c9b332e0f1f51c53b7b5559742ee947b191b50e1 100644
--- a/chrome/browser/prefs/pref_registry.h
+++ b/chrome/browser/prefs/pref_registry.h
@@ -52,7 +52,7 @@ class PrefRegistry : public base::RefCounted<PrefRegistry> {
void SetUnregistrationCallback(const UnregistrationCallback& callback);
// Unregisters a preference. This is going away soon.
- virtual void DeprecatedUnregisterPreference(const char* path);
+ void DeprecatedUnregisterPreference(const char* path);
protected:
friend class base::RefCounted<PrefRegistry>;

Powered by Google App Engine
This is Rietveld 408576698