| Index: chrome/browser/resources/login/display_manager.js
|
| diff --git a/chrome/browser/resources/login/display_manager.js b/chrome/browser/resources/login/display_manager.js
|
| index b4c355c4a8be77e7e1f24e30ca9c262eae2c45ab..cc6dd702086c4c0bec9125a191fdb06fb6b09ab4 100644
|
| --- a/chrome/browser/resources/login/display_manager.js
|
| +++ b/chrome/browser/resources/login/display_manager.js
|
| @@ -306,11 +306,6 @@ cr.define('cr.ui.login', function() {
|
| if (currentStepId == SCREEN_GAIA_SIGNIN ||
|
| currentStepId == SCREEN_ACCOUNT_PICKER) {
|
| chrome.send('toggleEnrollmentScreen');
|
| - } else if (currentStepId == SCREEN_OOBE_NETWORK ||
|
| - currentStepId == SCREEN_OOBE_EULA) {
|
| - // In this case update check will be skipped and OOBE will
|
| - // proceed straight to enrollment screen when EULA is accepted.
|
| - chrome.send('skipUpdateEnrollAfterEula');
|
| } else if (currentStepId == SCREEN_OOBE_ENROLLMENT) {
|
| // This accelerator is also used to manually cancel auto-enrollment.
|
| if (this.currentScreen.cancelAutoEnrollment)
|
|
|