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 2d50c6c8defd948863f83e61c30e33d3486f7996..a655bba6f385206fd205a21ca490130c81d7ef86 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 |
@@ -30,13 +30,13 @@ |
<cr-policy-pref-indicator pref="[[prefs.arc.enabled]]" |
icon-aria-label="$i18n{androidAppsPageTitle}"> |
</cr-policy-pref-indicator> |
- <template is="dom-if" if="[[androidAppsInfo_.appReady]]"> |
+ <template is="dom-if" if="[[androidAppsInfo_.playStoreEnabled]]"> |
<button class="subpage-arrow" is="paper-icon-button-light" |
aria-label="$i18n{androidAppsPageTitle}" |
aria-describedby="secondaryText"> |
</button> |
</template> |
- <template is="dom-if" if="[[!androidAppsInfo_.appReady]]"> |
+ <template is="dom-if" if="[[!androidAppsInfo_.playStoreEnabled]]"> |
<div class="separator"></div> |
<paper-button id="enable" class="secondary-button" |
on-tap="onEnableTap_" |