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

Unified Diff: chrome/browser/prefs/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
« no previous file with comments | « chrome/browser/prefs/browser_prefs.cc ('k') | chrome/browser/prefs/chrome_pref_model_associator_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/prefs/chrome_pref_model_associator_client.h
diff --git a/chrome/browser/prefs/chrome_pref_model_associator_client.h b/chrome/browser/prefs/chrome_pref_model_associator_client.h
index f0b6c943d9926a3d7e2150bea0482df8cbefe85a..4a79aabf40c8a9d4bee161f7ea3ad17eab398d72 100644
--- a/chrome/browser/prefs/chrome_pref_model_associator_client.h
+++ b/chrome/browser/prefs/chrome_pref_model_associator_client.h
@@ -31,10 +31,6 @@ class ChromePrefModelAssociatorClient
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(ChromePrefModelAssociatorClient);
};
« no previous file with comments | « chrome/browser/prefs/browser_prefs.cc ('k') | chrome/browser/prefs/chrome_pref_model_associator_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698