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

Unified Diff: webkit/glue/webpreferences.cc

Issue 11071011: Address review feedback for r160338 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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
« no previous file with comments | « chrome/app/resources/locale_settings_win.grd ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/webpreferences.cc
diff --git a/webkit/glue/webpreferences.cc b/webkit/glue/webpreferences.cc
index 057f639ddef9b670d7f96ea23b1afa81167f536b..6dc74a0a00a0f7228821c4e6c2bbb56339f46364 100644
--- a/webkit/glue/webpreferences.cc
+++ b/webkit/glue/webpreferences.cc
@@ -134,11 +134,7 @@ WebPreferences::WebPreferences()
fantasy_font_family_map[kCommonScript] =
ASCIIToUTF16("Impact");
pictograph_font_family_map[kCommonScript] =
-#if !defined(OS_MACOSX)
ASCIIToUTF16("Times New Roman");
-#else
- ASCIIToUTF16("Apple Color Emoji");
-#endif
}
WebPreferences::~WebPreferences() {
« no previous file with comments | « chrome/app/resources/locale_settings_win.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698