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

Unified Diff: chrome/browser/resources/chromeos/login/oobe_screen_oauth_enrollment.js

Issue 12560002: Change var blah_blah -> blahBlah. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 9 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_oauth_enrollment.js
diff --git a/chrome/browser/resources/chromeos/login/oobe_screen_oauth_enrollment.js b/chrome/browser/resources/chromeos/login/oobe_screen_oauth_enrollment.js
index abdde74cf4188030f6e53ebb3c09c3047e64940e..1151402127029d720e28829a6f2db45c93399758 100644
--- a/chrome/browser/resources/chromeos/login/oobe_screen_oauth_enrollment.js
+++ b/chrome/browser/resources/chromeos/login/oobe_screen_oauth_enrollment.js
@@ -164,14 +164,14 @@ cr.define('oobe', function() {
// The cancel button is not available during auto-enrollment.
var cancel = this.isAutoEnrollment_ ? null : 'cancel';
// During auto-enrollment the user must try again from the error screen.
- var error_cancel = this.isAutoEnrollment_ ? 'try-again' : 'cancel';
+ var errorCancel = this.isAutoEnrollment_ ? 'try-again' : 'cancel';
this.steps_ = [
{ name: STEP_SIGNIN,
button: cancel },
{ name: STEP_WORKING,
button: cancel },
{ name: STEP_ERROR,
- button: error_cancel,
+ button: errorCancel,
focusButton: this.isAutoEnrollment_ },
{ name: STEP_EXPLAIN,
button: 'explain',
« no previous file with comments | « chrome/browser/resources/chromeos/login/oobe.js ('k') | chrome/browser/resources/chromeos/login/oobe_screen_update.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698