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

Unified Diff: ios/chrome/browser/prefs/ios_chrome_pref_model_associator_client.h

Issue 1302303002: Remove year+ old migration support of "session.urls_to_restore_on_startup". (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@pref_service_syncable_unittest
Patch Set: Address comments Created 5 years 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: 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);
};

Powered by Google App Engine
This is Rietveld 408576698