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

Unified Diff: chrome/common/pref_names.cc

Issue 14667011: Merge 199398 "Revert r196089 "Add default values for Latin scrip..." (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1500/src/
Patch Set: 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/common/pref_names.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/pref_names.cc
===================================================================
--- chrome/common/pref_names.cc (revision 199939)
+++ chrome/common/pref_names.cc (working copy)
@@ -247,20 +247,6 @@
"webkit.webprefs.fonts.sansserif.Hang";
const char kWebKitCursiveFontFamilyKorean[] =
"webkit.webprefs.fonts.cursive.Hang";
-const char kWebKitStandardFontFamilyLatin[] =
- "webkit.webprefs.fonts.standard.Latn";
-const char kWebKitFixedFontFamilyLatin[] =
- "webkit.webprefs.fonts.fixed.Latn";
-const char kWebKitSerifFontFamilyLatin[] =
- "webkit.webprefs.fonts.serif.Latn";
-const char kWebKitSansSerifFontFamilyLatin[] =
- "webkit.webprefs.fonts.sansserif.Latn";
-const char kWebKitCursiveFontFamilyLatin[] =
- "webkit.webprefs.fonts.cursive.Latn";
-const char kWebKitFantasyFontFamilyLatin[] =
- "webkit.webprefs.fonts.fantasy.Latn";
-const char kWebKitPictographFontFamilyLatin[] =
- "webkit.webprefs.fonts.pictograph.Latn";
const char kWebKitStandardFontFamilySimplifiedHan[] =
"webkit.webprefs.fonts.standard.Hans";
const char kWebKitFixedFontFamilySimplifiedHan[] =
« no previous file with comments | « chrome/common/pref_names.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698