| Index: chrome/browser/resources/settings/android_apps_page/android_apps_page.html
|
| diff --git a/chrome/browser/resources/settings/android_apps_page/android_apps_page.html b/chrome/browser/resources/settings/android_apps_page/android_apps_page.html
|
| index e7933dccd75028292c4f080f8989e311717c7e1e..adc6a7adcab9a989cf05e1cf5f97b7c5b9e5664c 100644
|
| --- a/chrome/browser/resources/settings/android_apps_page/android_apps_page.html
|
| +++ b/chrome/browser/resources/settings/android_apps_page/android_apps_page.html
|
| @@ -40,6 +40,7 @@
|
| <template is="dom-if" if="[[!androidAppsInfo_.playStoreEnabled]]">
|
| <div class="separator"></div>
|
| <paper-button id="enable" class="secondary-button"
|
| + disabled="[[isEnforced_(prefs.arc.enabled)]]"
|
| on-tap="onEnableTap_"
|
| aria-label="$i18n{androidAppsPageTitle}"
|
| aria-describedby="secondaryText">
|
|
|