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

Unified Diff: chrome/browser/resources/settings/on_startup_page/startup_urls_page.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/on_startup_page/startup_urls_page.js
diff --git a/chrome/browser/resources/settings/on_startup_page/startup_urls_page.js b/chrome/browser/resources/settings/on_startup_page/startup_urls_page.js
index 1a0b376c8c7d7f17da41796e6d3fdb3d89ec10f4..fbc43d3eb5c3a5486e57aa988f55c7bfff3b5343 100644
--- a/chrome/browser/resources/settings/on_startup_page/startup_urls_page.js
+++ b/chrome/browser/resources/settings/on_startup_page/startup_urls_page.js
@@ -68,8 +68,8 @@ Polymer({
onAddPageTap_: function(e) {
e.preventDefault();
this.showStartupUrlDialog_ = true;
- this.startupUrlDialogAnchor_ = /** @type {!HTMLElement} */ (
- this.$$('#addPage a[is=action-link]'));
+ this.startupUrlDialogAnchor_ =
+ /** @type {!HTMLElement} */ (this.$$('#addPage a[is=action-link]'));
},
/** @private */

Powered by Google App Engine
This is Rietveld 408576698