| 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')
|
|
|