Chromium Code Reviews

Unified Diff: chrome/browser/resources/options.html

Issue 3386009: Fix a problem that text prefs is not hooked up with CrosSettings. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: fix missing Get calls by bumping up the limit Created 10 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | webkit/glue/cpp_variant.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options.html
diff --git a/chrome/browser/resources/options.html b/chrome/browser/resources/options.html
index 905950c700c856261c57f0004652ee1faa535d57..0fa85ab8886acf659be979d39044b290bae46d45 100644
--- a/chrome/browser/resources/options.html
+++ b/chrome/browser/resources/options.html
@@ -289,6 +289,7 @@ cr.ui.decorate('input[pref][type=number]', options.PrefNumber);
cr.ui.decorate('input[pref][type=radio]', options.PrefRadio);
cr.ui.decorate('input[pref][type=range]', options.PrefRange);
cr.ui.decorate('select[pref]', options.PrefSelect);
+cr.ui.decorate('input[pref][type=text]', options.PrefTextField);
cr.ui.decorate('input[pref][type=url]', options.PrefTextField);
cr.ui.decorate('#contentSettingsPage input[type=radio]',
options.ContentSettingsRadio);
« no previous file with comments | « no previous file | webkit/glue/cpp_variant.cc » ('j') | no next file with comments »

Powered by Google App Engine