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

Unified Diff: chrome/browser/resources/login/display_manager.js

Issue 306993004: Remove the option to skip auto-update checks on OOBE. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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/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)

Powered by Google App Engine
This is Rietveld 408576698