Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(58)

Unified Diff: chrome/browser/resources/settings/android_apps_page/android_apps_page.html

Issue 2873853002: arc: Handle ARC events in MD Settings (Closed)
Patch Set: comments addressed Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_"

Powered by Google App Engine
This is Rietveld 408576698