Chromium Code Reviews| Index: chrome/browser/resources/settings/settings_page/settings_subpage.js |
| diff --git a/chrome/browser/resources/settings/settings_page/settings_subpage.js b/chrome/browser/resources/settings/settings_page/settings_subpage.js |
| index 07aeaee853883a7fddd9b6f4052254ccab8cc4c5..63cabf908b4218eab12769e28a97b8d54025d670 100644 |
| --- a/chrome/browser/resources/settings/settings_page/settings_subpage.js |
| +++ b/chrome/browser/resources/settings/settings_page/settings_subpage.js |
| @@ -29,6 +29,19 @@ Polymer({ |
| notify: true, |
| value: '', |
| }, |
| + |
| + /** @type {?HTMLElement} */ |
| + associatedControl: Object, |
|
Dan Beam
2016/08/04 23:57:42
should this be value: null by default, then?
dpapad
2016/08/05 00:03:27
Done.
|
| + |
| + /** |
| + * Indicates whether an associated control (an element that triggers the |
| + * subpage) is not registered for this page. Used by the searching algorithm |
| + * to show search bubbles. |
| + */ |
| + noAssociatedControl: { |
| + type: Boolean, |
| + value: false, |
| + }, |
| }, |
| /** @private */ |