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

Unified Diff: chrome/browser/resources/options2/font_settings.html

Issue 10409046: Migrate the rest of the "global" prefs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: style fixes Created 8 years, 7 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/resources/options2/font_settings.html
diff --git a/chrome/browser/resources/options2/font_settings.html b/chrome/browser/resources/options2/font_settings.html
index c49795c0f8455ca0de04bb26f5f28e954a1ec23a..ec69c70cc099c0a70acdde8281fc8153c87c5dfa 100644
--- a/chrome/browser/resources/options2/font_settings.html
+++ b/chrome/browser/resources/options2/font_settings.html
@@ -14,7 +14,7 @@
</div>
<div>
<input id="standard-font-size" type="range" min="0" max="24"
- pref="webkit.webprefs.global.default_font_size">
+ pref="webkit.webprefs.default_font_size">
<div>
<span i18n-content="fontSettingsSizeTiny"></span>
<span i18n-content="fontSettingsSizeHuge"
@@ -74,7 +74,7 @@
<div class="font-input-div">
<div>
<input id="minimum-font-size" type="range" min="0" max="15"
- pref="webkit.webprefs.global.minimum_font_size">
+ pref="webkit.webprefs.minimum_font_size">
<div>
<span i18n-content="fontSettingsSizeTiny"></span>
<span i18n-content="fontSettingsSizeHuge"
@@ -91,7 +91,7 @@
<div class="font-input-div">
<div>
<select id="font-encoding" data-type="string"
- pref="intl.global.charset_default"
+ pref="intl.charset_default"
metric="Options_ChangeFontEncoding">
</select>
</div>

Powered by Google App Engine
This is Rietveld 408576698