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

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

Issue 2947483002: Create OOBE screen for Waiting for Container ready (Closed)
Patch Set: 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_screen_voice_interaction_value_prop.js
diff --git a/chrome/browser/resources/chromeos/login/oobe_screen_voice_interaction_value_prop.js b/chrome/browser/resources/chromeos/login/oobe_screen_voice_interaction_value_prop.js
index 67e4b40a2be2ac6ee684fab907443a73b939a7bf..162fedc56f0bc632e2d2bb4b57797d56c7067dde 100644
--- a/chrome/browser/resources/chromeos/login/oobe_screen_voice_interaction_value_prop.js
+++ b/chrome/browser/resources/chromeos/login/oobe_screen_voice_interaction_value_prop.js
@@ -10,6 +10,13 @@ login.createScreen('VoiceInteractionValuePropScreen',
'voice-interaction-value-prop', function() {
return {
+ /**
+ * Returns a control which should receive an initial focus.
+ */
+ get defaultControl() {
+ return $('voice-interaction-value-prop-md').getElement('continueButton');
+ },
+
/** @Override */
onBeforeShow: function(data) {
var valueView = $('voice-interaction-value-prop-md').

Powered by Google App Engine
This is Rietveld 408576698