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

Unified Diff: components/syncable_prefs/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: components/syncable_prefs/pref_model_associator_client.h
diff --git a/components/syncable_prefs/pref_model_associator_client.h b/components/syncable_prefs/pref_model_associator_client.h
index 0c71ad639c74ff853a001da2aa40efa301c8cfe5..20e5a6f4d93e7ea568497cabaf79c8acf6249281 100644
--- a/components/syncable_prefs/pref_model_associator_client.h
+++ b/components/syncable_prefs/pref_model_associator_client.h
@@ -26,16 +26,6 @@ class PrefModelAssociatorClient {
virtual bool IsMergeableDictionaryPreference(
const std::string& pref_name) const = 0;
- // Returns true if the preference named |new_pref_name| is the new name for
- // an old preference. The old name will be returned via |old_pref_name|.
- virtual bool IsMigratedPreference(const std::string& new_pref_name,
- std::string* old_pref_name) const = 0;
-
- // Returns true if the preference named |old_pref_name| is the new name for
- // a new preference. The old name will be returned via |new_pref_name|.
- virtual bool IsOldMigratedPreference(const std::string& old_pref_name,
- std::string* new_pref_name) const = 0;
-
protected:
PrefModelAssociatorClient() {}
virtual ~PrefModelAssociatorClient() {}
« no previous file with comments | « components/syncable_prefs/pref_model_associator.cc ('k') | components/syncable_prefs/pref_model_associator_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698