Chromium Code Reviews| Index: chrome/browser/resources/settings/basic_page/basic_page.js |
| diff --git a/chrome/browser/resources/settings/basic_page/basic_page.js b/chrome/browser/resources/settings/basic_page/basic_page.js |
| index d360e891f428705bfcc79d468745f7fb91989688..426a9118ae51a02190227ce5a7d0983c72c2b182 100644 |
| --- a/chrome/browser/resources/settings/basic_page/basic_page.js |
| +++ b/chrome/browser/resources/settings/basic_page/basic_page.js |
| @@ -67,6 +67,11 @@ Polymer({ |
| /** @private {!settings.Route|undefined} */ |
| currentRoute_: Object, |
| + |
| + shouldHideContainer: { |
|
michaelpg
2017/04/27 20:00:20
this should be added by the behavior - is there a
scottchen
2017/05/01 19:25:06
Looks like I don't need it.
|
| + type: Boolean, |
| + notify: true, |
| + } |
| }, |
| listeners: { |