| Index: chrome/browser/resources/settings/device_page/device_page.html
|
| diff --git a/chrome/browser/resources/settings/device_page/device_page.html b/chrome/browser/resources/settings/device_page/device_page.html
|
| index c71eb7866fb533d037e5e5d296fbd905a08bf158..6ca6f9f4e1c3a5109185974292a3c7c92ee6fabc 100644
|
| --- a/chrome/browser/resources/settings/device_page/device_page.html
|
| +++ b/chrome/browser/resources/settings/device_page/device_page.html
|
| @@ -101,7 +101,7 @@
|
| <settings-keyboard prefs="{{prefs}}"></settings-keyboard>
|
| </settings-subpage>
|
| </template>
|
| - <template is="dom-if" route-path="/stylus">
|
| + <template is="dom-if" route-path="/stylus" no-search$="[[!hasStylus_]]">
|
| <settings-subpage
|
| associated-control="[[$$('#stylusRow')]]"
|
| page-title="$i18n{stylusTitle}">
|
|
|