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

Unified Diff: chrome/browser/resources/settings/device_page/stylus.html

Issue 2688513005: cros: Open play store app for md-settings stylus "Find more apps" link (Closed)
Patch Set: Created 3 years, 10 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/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">

Powered by Google App Engine
This is Rietveld 408576698