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

Unified Diff: chrome/browser/resources/settings/on_startup_page/on_startup_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/on_startup_page.js
diff --git a/chrome/browser/resources/settings/on_startup_page/on_startup_page.js b/chrome/browser/resources/settings/on_startup_page/on_startup_page.js
index 313c41530de433cfff1c69a32a4d2e9d63e277de..c02d05cff7e20bfdd9e5a5835ffcc557de98ff65 100644
--- a/chrome/browser/resources/settings/on_startup_page/on_startup_page.js
+++ b/chrome/browser/resources/settings/on_startup_page/on_startup_page.js
@@ -65,11 +65,11 @@ Polymer({
},
/**
- * Determine whether to show the user defined startup pages.
- * @param {number} restoreOnStartup Enum value from prefValues_.
- * @return {boolean} Whether the open specific pages is selected.
- * @private
- */
+ * Determine whether to show the user defined startup pages.
+ * @param {number} restoreOnStartup Enum value from prefValues_.
+ * @return {boolean} Whether the open specific pages is selected.
+ * @private
+ */
showStartupUrls_: function(restoreOnStartup) {
return restoreOnStartup == this.prefValues_.OPEN_SPECIFIC;
},

Powered by Google App Engine
This is Rietveld 408576698