Chromium Code Reviews| Index: chrome/browser/resources/settings/settings_ui/settings_ui.js |
| diff --git a/chrome/browser/resources/settings/settings_ui/settings_ui.js b/chrome/browser/resources/settings/settings_ui/settings_ui.js |
| index 59d21d3c3255ef5b292e9085314a9aa3d34ac05c..62381851fe91568d7cd73d03eeb2a6390fb04a78 100644 |
| --- a/chrome/browser/resources/settings/settings_ui/settings_ui.js |
| +++ b/chrome/browser/resources/settings/settings_ui/settings_ui.js |
| @@ -32,6 +32,12 @@ Polymer({ |
| value: new settings.DirectionDelegateImpl(), |
| }, |
| + advancedOpened_: { |
|
dpapad
2016/10/17 19:11:43
@private
Dan Beam
2016/10/17 20:52:17
Done.
|
| + type: Boolean, |
| + value: false, |
| + notify: true, |
| + }, |
| + |
| /** @private {boolean} */ |
| toolbarSpinnerActive_: { |
| type: Boolean, |