Index: chrome/browser/prefs/pref_service.h |
diff --git a/chrome/browser/prefs/pref_service.h b/chrome/browser/prefs/pref_service.h |
index a357a6e554ac644a96eb5e5c86d36bfb5d7be5c3..5361928c981c6c60149af59ab60a978f41a502bf 100644 |
--- a/chrome/browser/prefs/pref_service.h |
+++ b/chrome/browser/prefs/pref_service.h |
@@ -293,11 +293,6 @@ class PrefService : public base::NonThreadSafe { |
// TODO(zea): Have PrefService implement SyncableService directly. |
SyncableService* GetSyncableService(); |
- // TODO(sky): remove this. It's used in tracking 91396. |
- // Used for debugging. Crashes if the value at |path| is deleted out from |
- // under us. |
- void CheckIfValueDestroyed(const char* path, base::Value::Type type); |
- |
protected: |
// Construct a new pref service, specifying the pref sources as explicit |
// PrefStore pointers. This constructor is what CreatePrefService() ends up |