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

Unified Diff: chrome/browser/resources/chromeos/login/oobe_welcome_dialog.html

Issue 2712653002: ChromeOS OOBE: Add new image to Welcome dialog. (Closed)
Patch Set: Rebased. 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
« no previous file with comments | « chrome/browser/resources/chromeos/login/oobe_welcome_dialog.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/login/oobe_welcome_dialog.html
diff --git a/chrome/browser/resources/chromeos/login/oobe_welcome_dialog.html b/chrome/browser/resources/chromeos/login/oobe_welcome_dialog.html
index 5e290c1f361754ec857bca0b78141617d6f55152..7105dd763aef62b352a52ec8cfe6f4f16b9898e3 100644
--- a/chrome/browser/resources/chromeos/login/oobe_welcome_dialog.html
+++ b/chrome/browser/resources/chromeos/login/oobe_welcome_dialog.html
@@ -16,8 +16,9 @@
<div class="vertical-margin"></div>
<div class="welcome-content flex layout vertical center">
<h1 id="title" i18n-content="networkScreenGreeting"></h1>
- <!-- TODO(alemate): Display images depending on screen ppi. -->
- <img id="welcomeIllustration" src="images/welcome_illustration_2x.png">
+ <img id="welcomeIllustration"
+ srcset="images/welcome_illustration_1x.png 1x,
+ images/welcome_illustration_2x.png 2x">
<div hidden="[[!debuggingLinkVisible]]">
<a href="#" i18n-content="debuggingFeaturesLink"
on-tap="onDebuggingLinkClicked_"></a>
« no previous file with comments | « chrome/browser/resources/chromeos/login/oobe_welcome_dialog.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698