| 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_;
|
|
|