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

Unified Diff: chrome/browser/tab_contents/web_contents_unittest.cc

Issue 2702001: Add platform_locale_settings file for CrOS. This is necessary because... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix cros unittest Created 10 years, 6 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/platform_locale_settings/locale_settings_cros_zh-TW.xtb ('k') | chrome/chrome.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/tab_contents/web_contents_unittest.cc
===================================================================
--- chrome/browser/tab_contents/web_contents_unittest.cc (revision 48638)
+++ chrome/browser/tab_contents/web_contents_unittest.cc (working copy)
@@ -758,6 +758,8 @@
// These should still be the default values.
#if defined(OS_MACOSX)
const wchar_t kDefaultFont[] = L"Times";
+#elif defined(OS_CHROMEOS)
+ const wchar_t kDefaultFont[] = L"Ascender Serif";
#else
const wchar_t kDefaultFont[] = L"Times New Roman";
#endif
« no previous file with comments | « chrome/app/resources/platform_locale_settings/locale_settings_cros_zh-TW.xtb ('k') | chrome/chrome.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698