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

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

Issue 2944703004: Run clang-format on .js files in c/b/r/chromeos (Closed)
Patch Set: Created 3 years, 6 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/screen_confirm_password.js
diff --git a/chrome/browser/resources/chromeos/login/screen_confirm_password.js b/chrome/browser/resources/chromeos/login/screen_confirm_password.js
index 09dfdbe492219ac580ac8ea80f24f3f3b99fe889..739f43079c8e5afa155758c42f20cf1b6ea54a98 100644
--- a/chrome/browser/resources/chromeos/login/screen_confirm_password.js
+++ b/chrome/browser/resources/chromeos/login/screen_confirm_password.js
@@ -8,9 +8,7 @@
login.createScreen('ConfirmPasswordScreen', 'confirm-password', function() {
return {
- EXTERNAL_API: [
- 'show'
- ],
+ EXTERNAL_API: ['show'],
confirmPasswordForm_: null,
@@ -24,8 +22,8 @@ login.createScreen('ConfirmPasswordScreen', 'confirm-password', function() {
decorate: function() {
this.confirmPasswordForm_ = $('saml-confirm-password');
this.confirmPasswordForm_.addEventListener('cancel', function(e) {
- Oobe.showScreen({id: SCREEN_ACCOUNT_PICKER});
- Oobe.resetSigninUI(true);
+ Oobe.showScreen({id: SCREEN_ACCOUNT_PICKER});
+ Oobe.resetSigninUI(true);
});
this.confirmPasswordForm_.addEventListener('passwordEnter', function(e) {
this.callback_(e.detail.password);

Powered by Google App Engine
This is Rietveld 408576698