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

Unified Diff: chrome/browser/prefs/browser_prefs.h

Issue 541103002: Introduce ChromeZoomLevelPref, make zoom level prefs independent of profile prefs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address final prefs-related comments. Created 6 years, 2 months 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: 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_

Powered by Google App Engine
This is Rietveld 408576698