Index: base/prefs/pref_service.h |
diff --git a/base/prefs/pref_service.h b/base/prefs/pref_service.h |
index 8af042f40b7d86e9b22fe09908307cb871cd54c2..757be202d73ef3ee61bed8c5afd3a719787811e2 100644 |
--- a/base/prefs/pref_service.h |
+++ b/base/prefs/pref_service.h |
@@ -150,11 +150,6 @@ class BASE_PREFS_EXPORT PrefService : public base::NonThreadSafe { |
bool async); |
virtual ~PrefService(); |
- // Reloads the data from file. This should only be called when the importer |
- // is running during first run, and the main process may not change pref |
- // values while the importer process is running. Returns true on success. |
- bool ReloadPersistentPrefs(); |
- |
// Lands pending writes to disk. This should only be used if we need to save |
// immediately (basically, during shutdown). |
void CommitPendingWrite(); |