| Index: chrome/browser/resources/settings/prefs/prefs_types.js
|
| diff --git a/chrome/browser/resources/settings/prefs/prefs_types.js b/chrome/browser/resources/settings/prefs/prefs_types.js
|
| index 96c8649f1624b2a80306c15e12d304ed0d1d7453..01f41c8b77195e1caf10fd62dd67bfe8b2e41a90 100644
|
| --- a/chrome/browser/resources/settings/prefs/prefs_types.js
|
| +++ b/chrome/browser/resources/settings/prefs/prefs_types.js
|
| @@ -28,6 +28,13 @@ var CrSettingsPrefs = (function() {
|
| },
|
|
|
| /**
|
| + * Whether to defer initialization. Used in testing to prevent premature
|
| + * initialization when intending to fake the settings API.
|
| + * @type {boolean}
|
| + */
|
| + deferInitialization: false,
|
| +
|
| + /**
|
| * Called to set up the promise and resolve methods.
|
| * @private
|
| */
|
|
|