| Index: chrome/browser/resources/settings/device_page/stylus.html
|
| diff --git a/chrome/browser/resources/settings/device_page/stylus.html b/chrome/browser/resources/settings/device_page/stylus.html
|
| index f84f73c801db9d1a0d71ed535a5a1728cd4aabd6..a86599caeab4b4b23543a8c5a56421d5f009891d 100644
|
| --- a/chrome/browser/resources/settings/device_page/stylus.html
|
| +++ b/chrome/browser/resources/settings/device_page/stylus.html
|
| @@ -69,7 +69,8 @@
|
|
|
| <!-- TODO(scottchen): Make a proper a[href].settings-box with
|
| icon-external (see: https://crbug.com/684005)-->
|
| - <div class="settings-box two-line" on-tap="onFindAppsTap_" actionable>
|
| + <div class="settings-box two-line" on-tap="onFindAppsTap_" actionable
|
| + hidden$="[[!prefs.arc.enabled.value]]">
|
| <div class="start">
|
| $i18n{stylusFindMoreAppsPrimary}
|
| <div class="secondary">
|
|
|