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

Unified Diff: chrome/browser/ui/prefs/prefs_tab_helper.cc

Issue 14877009: Revert r196089 "Add default values for Latin script font prefs." (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: new partch after syncing Created 7 years, 7 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/app/resources/locale_settings_win.grd ('k') | chrome/common/pref_names.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/prefs/prefs_tab_helper.cc
diff --git a/chrome/browser/ui/prefs/prefs_tab_helper.cc b/chrome/browser/ui/prefs/prefs_tab_helper.cc
index 00727578d413d7f278cf10e2beceb69c6dffd01c..a26a39961ee78a9e7d21833d696c706dcabce6cf 100644
--- a/chrome/browser/ui/prefs/prefs_tab_helper.cc
+++ b/chrome/browser/ui/prefs/prefs_tab_helper.cc
@@ -209,13 +209,6 @@ const FontDefault kFontDefaults[] = {
{ prefs::kWebKitCursiveFontFamily, IDS_CURSIVE_FONT_FAMILY },
{ prefs::kWebKitFantasyFontFamily, IDS_FANTASY_FONT_FAMILY },
{ prefs::kWebKitPictographFontFamily, IDS_PICTOGRAPH_FONT_FAMILY },
- { prefs::kWebKitStandardFontFamilyLatin, IDS_STANDARD_FONT_FAMILY_LATIN },
- { prefs::kWebKitFixedFontFamilyLatin, IDS_FIXED_FONT_FAMILY_LATIN },
- { prefs::kWebKitSerifFontFamilyLatin, IDS_SERIF_FONT_FAMILY_LATIN },
- { prefs::kWebKitSansSerifFontFamilyLatin, IDS_SANS_SERIF_FONT_FAMILY_LATIN },
- { prefs::kWebKitCursiveFontFamilyLatin, IDS_CURSIVE_FONT_FAMILY_LATIN },
- { prefs::kWebKitFantasyFontFamilyLatin, IDS_FANTASY_FONT_FAMILY_LATIN },
- { prefs::kWebKitPictographFontFamilyLatin, IDS_PICTOGRAPH_FONT_FAMILY_LATIN },
#if defined(OS_CHROMEOS) || defined(OS_MACOSX) || defined(OS_WIN)
{ prefs::kWebKitStandardFontFamilyJapanese,
IDS_STANDARD_FONT_FAMILY_JAPANESE },
« no previous file with comments | « chrome/app/resources/locale_settings_win.grd ('k') | chrome/common/pref_names.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698