Index: ios/chrome/browser/prefs/ios_chrome_pref_model_associator_client.h |
diff --git a/ios/chrome/browser/prefs/ios_chrome_pref_model_associator_client.h b/ios/chrome/browser/prefs/ios_chrome_pref_model_associator_client.h |
index b4ba80d58fa0101698313cc37cf67f6a685b919f..6b2cae876082c09c7d37432cc9fc0eca1ba61a3b 100644 |
--- a/ios/chrome/browser/prefs/ios_chrome_pref_model_associator_client.h |
+++ b/ios/chrome/browser/prefs/ios_chrome_pref_model_associator_client.h |
@@ -32,10 +32,6 @@ class IOSChromePrefModelAssociatorClient |
bool IsMergeableListPreference(const std::string& pref_name) const override; |
bool IsMergeableDictionaryPreference( |
const std::string& pref_name) const override; |
- bool IsMigratedPreference(const std::string& new_pref_name, |
- std::string* old_pref_name) const override; |
- bool IsOldMigratedPreference(const std::string& old_pref_name, |
- std::string* new_pref_name) const override; |
DISALLOW_COPY_AND_ASSIGN(IOSChromePrefModelAssociatorClient); |
}; |