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

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

Issue 6602021: web-ui settings: Standard font setting now correlates to WebKit's standard fo... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: rebase Created 9 years, 10 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 76410)
+++ chrome/browser/ui/webui/options/font_settings_handler.h (working copy)
@@ -36,11 +36,11 @@
private:
void HandleFetchFontsData(const ListValue* args);
- void SetupSerifFontSample();
+ void SetupStandardFontSample();
void SetupFixedFontSample();
void SetupMinimumFontSample();
- StringPrefMember serif_font_;
+ StringPrefMember standard_font_;
StringPrefMember fixed_font_;
StringPrefMember font_encoding_;
IntegerPrefMember default_font_size_;
« no previous file with comments | « chrome/browser/ui/tab_contents/tab_contents_wrapper.cc ('k') | chrome/browser/ui/webui/options/font_settings_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698