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

Unified Diff: chrome/browser/resources/chromeos/login/oobe_buttons.js

Issue 2753513002: ChromeOS OOBE: display icons specific to screen DPI. (Closed)
Patch Set: Added hr-iron-icon Created 3 years, 9 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/chromeos/login/oobe_buttons.js
diff --git a/chrome/browser/resources/chromeos/login/oobe_buttons.js b/chrome/browser/resources/chromeos/login/oobe_buttons.js
index 1fc41bbb7d8ce4741b5bae6caa73b53399fdfcda..3f125ca552919ad7c7291893bb92a4cfbe29ee86 100644
--- a/chrome/browser/resources/chromeos/login/oobe_buttons.js
+++ b/chrome/browser/resources/chromeos/login/oobe_buttons.js
@@ -71,7 +71,8 @@ Polymer({
is: 'oobe-welcome-secondary-button',
properties: {
- icon: String,
+ icon1x: String,
+ icon2x: String,
/* Note that we are not using "aria-label" property here, because
* we want to pass the label value but not actually declare it as an

Powered by Google App Engine
This is Rietveld 408576698