Chromium Code Reviews| 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 2d4a4737370bbbb3357c04dfd5064bde03621a6d..b627dfbea37a7423a2552048bc5d990b28480ca6 100644 |
| --- a/chrome/browser/resources/settings/device_page/stylus.html |
| +++ b/chrome/browser/resources/settings/device_page/stylus.html |
| @@ -22,11 +22,13 @@ |
| </settings-toggle-button> |
| </div> |
| + <!-- TODO(scottchen): Make a proper a[href].settings-box with |
|
michaelpg
2017/01/23 06:51:19
this is hard to understand, can you include a crbu
scottchen
2017/01/23 18:49:07
Done.
|
| + icon-external --> |
| <div class="settings-box"> |
| <!-- TODO(jdufault): This should launch an intent (using the |
| enable-intent-picker flag) that opens up the play store to a curated |
| list of apps. --> |
| - <a is="action-link" target="_blank" |
| + <a target="_blank" |
| href="https://play.google.com/store/apps/collection/promotion_30023cb_stylus_apps"> |
| $i18n{stylusFindMoreApps} |
| </a> |