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

Unified Diff: chrome/browser/resources/settings/certificate_manager_page/certificate_password_decryption_dialog.js

Issue 2617663002: WIP: run clang-format-js on lots of things (Closed)
Patch Set: merge Created 3 years, 11 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/certificate_manager_page/certificate_password_decryption_dialog.js
diff --git a/chrome/browser/resources/settings/certificate_manager_page/certificate_password_decryption_dialog.js b/chrome/browser/resources/settings/certificate_manager_page/certificate_password_decryption_dialog.js
index 82b79406fb25824247d28eb9a8455064261783ff..43aaab1be01789c44a45eb7b8fae8a71263eb62f 100644
--- a/chrome/browser/resources/settings/certificate_manager_page/certificate_password_decryption_dialog.js
+++ b/chrome/browser/resources/settings/certificate_manager_page/certificate_password_decryption_dialog.js
@@ -37,8 +37,8 @@ Polymer({
/** @private */
onOkTap_: function() {
- this.browserProxy_.importPersonalCertificatePasswordSelected(
- this.password_).then(
+ this.browserProxy_.importPersonalCertificatePasswordSelected(this.password_)
+ .then(
function() {
/** @type {!CrDialogElement} */ (this.$.dialog).close();
}.bind(this),

Powered by Google App Engine
This is Rietveld 408576698