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

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

Issue 2880033002: [Merge M59] arg: Handle ARC events in MD Settings (Closed)
Patch Set: 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_subpage.html
diff --git a/chrome/browser/resources/settings/android_apps_page/android_apps_subpage.html b/chrome/browser/resources/settings/android_apps_page/android_apps_subpage.html
index 31cbfcbe97178442981ee30a0d61c861411940ae..f6c23bc191c84c9c259e390263fde3b9e8f72660 100644
--- a/chrome/browser/resources/settings/android_apps_page/android_apps_subpage.html
+++ b/chrome/browser/resources/settings/android_apps_page/android_apps_subpage.html
@@ -13,7 +13,7 @@
<div id="manageApps" class="settings-box first"
on-keydown="onManageAndroidAppsKeydown_"
on-tap="onManageAndroidAppsTap_" actionable
- hidden="[[!androidAppsInfo_.appReady]]">
+ hidden="[[!androidAppsInfo.settingsAppAvailable]]">
<div class="start">
<div>$i18n{androidAppsManageApps}</div>
</div>

Powered by Google App Engine
This is Rietveld 408576698