| Index: chrome/browser/resources/chromeos/login/oobe_screen_eula.js
|
| diff --git a/chrome/browser/resources/chromeos/login/oobe_screen_eula.js b/chrome/browser/resources/chromeos/login/oobe_screen_eula.js
|
| index a43f16d1949c0916e73d61b70d6fe3a8b66ee0a3..c58272c8da1b3c82b7e72fc05c4461b48792d620 100644
|
| --- a/chrome/browser/resources/chromeos/login/oobe_screen_eula.js
|
| +++ b/chrome/browser/resources/chromeos/login/oobe_screen_eula.js
|
| @@ -70,6 +70,13 @@ cr.define('oobe', function() {
|
| },
|
|
|
| /**
|
| + * Returns a control which should receive an initial focus.
|
| + */
|
| + get defaultControl() {
|
| + return $('accept-button');
|
| + },
|
| +
|
| + /**
|
| * Updates localized content of the screen that is not updated via template.
|
| */
|
| updateLocalizedContent: function() {
|
|
|