| Index: chrome/browser/prefs/browser_prefs.h
|
| diff --git a/chrome/browser/prefs/browser_prefs.h b/chrome/browser/prefs/browser_prefs.h
|
| index f8f0cbfe07a6acaacce23d97cc697c80236412f8..9fa2829653cac77457272d2974ff50c56fdae316 100644
|
| --- a/chrome/browser/prefs/browser_prefs.h
|
| +++ b/chrome/browser/prefs/browser_prefs.h
|
| @@ -36,6 +36,10 @@ void MigrateBrowserPrefs(Profile* profile, PrefService* local_state);
|
| // Migrates prefs in |profile|'s pref store.
|
| void MigrateUserPrefs(Profile* profile);
|
|
|
| +// Migrates zoom level prefs in |profile|'s pref store to a per-StoragePartition
|
| +// set of prefs.
|
| +void MigrateProfileZoomLevelPrefs(Profile* profile);
|
| +
|
| } // namespace chrome
|
|
|
| #endif // CHROME_BROWSER_PREFS_BROWSER_PREFS_H_
|
|
|