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

Unified Diff: chrome/browser/ui/webui/options2/font_settings_utils2_mac.mm

Issue 9071026: Copy changes in r115955 from options to options2 (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 12 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
« no previous file with comments | « chrome/browser/ui/webui/options2/font_settings_handler2.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/options2/font_settings_utils2_mac.mm
diff --git a/chrome/browser/ui/webui/options2/font_settings_utils2_mac.mm b/chrome/browser/ui/webui/options2/font_settings_utils2_mac.mm
index aa7beeb5c425b7a55443490a04a1142d9d8dd006..97c1f1533ada5397b2fd38b96c8597e041d51f7e 100644
--- a/chrome/browser/ui/webui/options2/font_settings_utils2_mac.mm
+++ b/chrome/browser/ui/webui/options2/font_settings_utils2_mac.mm
@@ -34,9 +34,9 @@ static void ValidateFontFamily(PrefService* prefs,
// static
void FontSettingsUtilities::ValidateSavedFonts(PrefService* prefs) {
- ValidateFontFamily(prefs, prefs::kWebKitSerifFontFamily);
- ValidateFontFamily(prefs, prefs::kWebKitSansSerifFontFamily);
- ValidateFontFamily(prefs, prefs::kWebKitFixedFontFamily);
+ ValidateFontFamily(prefs, prefs::kWebKitGlobalSerifFontFamily);
+ ValidateFontFamily(prefs, prefs::kWebKitGlobalSansSerifFontFamily);
+ ValidateFontFamily(prefs, prefs::kWebKitGlobalFixedFontFamily);
}
} // namespace options2
« no previous file with comments | « chrome/browser/ui/webui/options2/font_settings_handler2.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698