Index: chrome/browser/prefs/pref_service.h |
diff --git a/chrome/browser/prefs/pref_service.h b/chrome/browser/prefs/pref_service.h |
index a035de8673c40a829ce548c923c5bfd9b4d59c3d..f0ed1207ab7469a791ca06aec8ab319c47cb43df 100644 |
--- a/chrome/browser/prefs/pref_service.h |
+++ b/chrome/browser/prefs/pref_service.h |
@@ -238,6 +238,8 @@ class PrefService : public base::NonThreadSafe { |
void RegisterInt64Pref(const char* path, |
int64 default_value, |
PrefSyncStatus sync_status); |
+ // Unregisters a preference. |
+ void UnregisterPreference(const char* path); |
// If the path is valid and the value at the end of the path matches the type |
// specified, it will return the specified value. Otherwise, the default |