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

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: 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_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 3fdcd5ededd4ad536e84f09f6bb0e037b5307c6f..e2f777412d39c2fc85b7e2d8f4b6c6f1f0e7c2fa 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
@@ -11,6 +11,14 @@ login.createScreen(
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