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

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

Issue 2947483002: Create OOBE screen for Waiting for Container ready (Closed)
Patch Set: Rebase and run js format Created 3 years, 6 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_voice_interaction_value_prop.html
diff --git a/chrome/browser/resources/chromeos/login/oobe_voice_interaction_value_prop.html b/chrome/browser/resources/chromeos/login/oobe_voice_interaction_value_prop.html
index 131207447e73c30de9c6debe3fce82d82b7d973d..54fce2d76b30ec666d3bbd0ff0eba22694ff6a46 100644
--- a/chrome/browser/resources/chromeos/login/oobe_voice_interaction_value_prop.html
+++ b/chrome/browser/resources/chromeos/login/oobe_voice_interaction_value_prop.html
@@ -18,7 +18,7 @@
<oobe-text-button id="noThanksButton" border on-tap="onNoThanksTap_">
<div i18n-content="voiceInteractionValuePropNoThanksButton"></div>
</oobe-text-button>
- <oobe-text-button inverse on-tap="onContinueTap_">
+ <oobe-text-button id="continueButton" inverse on-tap="onContinueTap_">
<div i18n-content="voiceInteractionValuePropContinueButton"></div>
</oobe-text-button>
</div>

Powered by Google App Engine
This is Rietveld 408576698