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

Unified Diff: chrome/browser/resources/settings/people_page/password_prompt_dialog.js

Issue 2946563002: Run clang-format on .js files in c/b/r/settings (Closed)
Patch Set: dschuyler@ review 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/settings/people_page/password_prompt_dialog.js
diff --git a/chrome/browser/resources/settings/people_page/password_prompt_dialog.js b/chrome/browser/resources/settings/people_page/password_prompt_dialog.js
index 7bbb914fd5300cd63c563fa22a472c5a68622bb9..c9ee712d9f2a969299bdf1a13ffb34554bbc4802 100644
--- a/chrome/browser/resources/settings/people_page/password_prompt_dialog.js
+++ b/chrome/browser/resources/settings/people_page/password_prompt_dialog.js
@@ -27,7 +27,7 @@
(function() {
'use strict';
-/** @const */ var PASSWORD_ACTIVE_DURATION_MS = 10 * 60 * 1000; // Ten minutes.
+/** @const */ var PASSWORD_ACTIVE_DURATION_MS = 10 * 60 * 1000; // Ten minutes.
Polymer({
is: 'settings-password-prompt-dialog',
@@ -156,7 +156,7 @@ Polymer({
}
this.clearAccountPasswordTimeout_ = setTimeout(
- clearSetModes.bind(this), this.passwordActiveDurationMs_);
+ clearSetModes.bind(this), this.passwordActiveDurationMs_);
// Clear stored password state and close the dialog.
this.password_ = '';

Powered by Google App Engine
This is Rietveld 408576698