| Index: chrome/browser/resources/options/pref_ui.js
|
| diff --git a/chrome/browser/resources/options/pref_ui.js b/chrome/browser/resources/options/pref_ui.js
|
| index 0775306d77676ec13863ebacff2de0c77c52fc71..e8eb23732609eb348455b2751bc8a4c0bd9c87f9 100644
|
| --- a/chrome/browser/resources/options/pref_ui.js
|
| +++ b/chrome/browser/resources/options/pref_ui.js
|
| @@ -160,6 +160,9 @@ cr.define('options', function() {
|
| decorate: function() {
|
| PrefInputElement.prototype.decorate.call(this);
|
| this.type = 'checkbox';
|
| +
|
| + if (this.dialogPref)
|
| + this.updatePrefFromState_();
|
| },
|
|
|
| /**
|
|
|