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

Unified Diff: chrome/browser/resources/options/confirm_dialog.js

Issue 2939273002: DO NOT SUBMIT: what chrome/browser/resources/ could eventually look like with clang-format (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/options/confirm_dialog.js
diff --git a/chrome/browser/resources/options/confirm_dialog.js b/chrome/browser/resources/options/confirm_dialog.js
index c70c338b7ae47f7414948b7e63dd85235d121385..06245a484ee2dfb2f976c86d116e6bbe25f9ec58 100644
--- a/chrome/browser/resources/options/confirm_dialog.js
+++ b/chrome/browser/resources/options/confirm_dialog.js
@@ -27,8 +27,9 @@ cr.define('options', function() {
* |undefined|.
* @extends {options.SettingsDialog}
*/
- function ConfirmDialog(name, title, pageDivName, okButton, cancelButton, pref,
- metric, opt_confirmedPref, opt_confirmValue) {
+ function ConfirmDialog(
+ name, title, pageDivName, okButton, cancelButton, pref, metric,
+ opt_confirmedPref, opt_confirmValue) {
SettingsDialog.call(this, name, title, pageDivName, okButton, cancelButton);
/** @protected */
@@ -128,7 +129,5 @@ cr.define('options', function() {
},
};
- return {
- ConfirmDialog: ConfirmDialog
- };
+ return {ConfirmDialog: ConfirmDialog};
});

Powered by Google App Engine
This is Rietveld 408576698