1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef IOS_CHROME_BROWSER_PREFS_BROWSER_PREFS_H_
6 #define IOS_CHROME_BROWSER_PREFS_BROWSER_PREFS_H_
10 // Migrate/cleanup deprecated prefs in the profile's pref store. Over time, long
11 // deprecated prefs should be removed as new ones are added, but this call
12 // should never go away (even if it becomes an empty call for some time) as it
13 // should remain *the* place to drop deprecated profile prefs at.
14 void MigrateObsoleteIOSProfilePrefs(PrefService
* prefs
);
16 #endif // IOS_CHROME_BROWSER_PREFS_BROWSER_PREFS_H_