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

Unified Diff: chrome/browser/ui/webui/options/font_settings_handler.h

Issue 6672063: web-ui settings: Font setting fixes and improvements.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: more tweaks Created 9 years, 9 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
Index: chrome/browser/ui/webui/options/font_settings_handler.h
===================================================================
--- chrome/browser/ui/webui/options/font_settings_handler.h (revision 78298)
+++ chrome/browser/ui/webui/options/font_settings_handler.h (working copy)
@@ -37,10 +37,14 @@
void HandleFetchFontsData(const ListValue* args);
void SetupStandardFontSample();
+ void SetupSerifFontSample();
+ void SetupSansSerifFontSample();
void SetupFixedFontSample();
void SetupMinimumFontSample();
StringPrefMember standard_font_;
+ StringPrefMember serif_font_;
+ StringPrefMember sans_serif_font_;
StringPrefMember fixed_font_;
StringPrefMember font_encoding_;
IntegerPrefMember default_font_size_;

Powered by Google App Engine
This is Rietveld 408576698