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

Unified Diff: chrome/browser/resources/settings/people_page/easy_unlock_turn_off_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/easy_unlock_turn_off_dialog.js
diff --git a/chrome/browser/resources/settings/people_page/easy_unlock_turn_off_dialog.js b/chrome/browser/resources/settings/people_page/easy_unlock_turn_off_dialog.js
index f63503e857564a57642e183ba7f5741048c6e513..76d2d6968af8ea4d5b6accb53ab1c91c9879849a 100644
--- a/chrome/browser/resources/settings/people_page/easy_unlock_turn_off_dialog.js
+++ b/chrome/browser/resources/settings/people_page/easy_unlock_turn_off_dialog.js
@@ -47,9 +47,9 @@ Polymer({
'easy-unlock-enabled-status',
this.handleEasyUnlockEnabledStatusChanged_.bind(this));
- this.addWebUIListener(
- 'easy-unlock-turn-off-flow-status',
- function(status) { this.status_ = status; }.bind(this));
+ this.addWebUIListener('easy-unlock-turn-off-flow-status', function(status) {
+ this.status_ = status;
+ }.bind(this));
// Since the dialog text depends on the status, defer opening until we have
// retrieved the turn off status to prevent UI flicker.

Powered by Google App Engine
This is Rietveld 408576698