| Index: chrome/browser/resources/options/font_settings.html
|
| diff --git a/chrome/browser/resources/options/font_settings.html b/chrome/browser/resources/options/font_settings.html
|
| index 0967b1e260b97ad7597f4e030edc555bea7da283..411ca6658cded163e90ae39f21da97b0b203a6f3 100644
|
| --- a/chrome/browser/resources/options/font_settings.html
|
| +++ b/chrome/browser/resources/options/font_settings.html
|
| @@ -6,6 +6,7 @@
|
| <div>
|
| <select class="font-input" i18n-options="fontSettingsFontList"
|
| pref="webkit.webprefs.serif_font_family"
|
| + dataType="string"
|
| metric="Options_ChangeSerifFont"></select>
|
| </div>
|
| <div>
|
| @@ -26,6 +27,7 @@
|
| <div>
|
| <select class="font-input" i18n-options="fontSettingsFontList"
|
| pref="webkit.webprefs.fixed_font_family"
|
| + dataType="string"
|
| metric="Options_ChangeFixedFont"></select>
|
| </div>
|
| <div>
|
| @@ -60,8 +62,9 @@
|
| <div class="font-input-div">
|
| <div>
|
| <select class="font-input" i18n-options="fontSettingsEncodingList"
|
| - pref="intl.charset_default" metric="Options_ChangeFontEncoding">
|
| - </select>
|
| + pref="intl.charset_default"
|
| + dataType="string"
|
| + metric="Options_ChangeFontEncoding"></select>
|
| </div>
|
| </div>
|
| </section>
|
|
|