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

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

Issue 158953002: Spoken feedback sounds for user photo capture/discard at image picker added. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: PlaySystemSound... functions introduced according to latest changes. Created 6 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/chromeos/login/screen_locally_managed_user_creation.html
diff --git a/chrome/browser/resources/chromeos/login/screen_locally_managed_user_creation.html b/chrome/browser/resources/chromeos/login/screen_locally_managed_user_creation.html
index 6c1676a7d1fb065856941d0e92aa48bca377a2ee..31e817cd0d384a189e74ff425777fc9c2118d222 100644
--- a/chrome/browser/resources/chromeos/login/screen_locally_managed_user_creation.html
+++ b/chrome/browser/resources/chromeos/login/screen_locally_managed_user_creation.html
@@ -72,9 +72,9 @@
<div class="spinner"></div>
</div>
<p id="managed-user-creation-image-preview-caption"></p>
- <button id="managed-user-creation-flip-photo"
- class="custom-appearance"
- i18n-values="title:flipPhoto"></button>
+ <button id="managed-user-creation-flip-photo"
+ class="custom-appearance"
+ i18n-values="title:flipPhoto"></button>
<button id="managed-user-creation-discard-photo"
i18n-values="title:discardPhoto"></button>
<button id="managed-user-creation-take-photo"

Powered by Google App Engine
This is Rietveld 408576698