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

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

Issue 560563004: Compile chrome://settings, part 5 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@H_make_public
Patch Set: Created 6 years, 3 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/startup_overlay.js
diff --git a/chrome/browser/resources/options/startup_overlay.js b/chrome/browser/resources/options/startup_overlay.js
index eef625dc0dccf44513e9c93856cd0362d436e5b6..479477cdfb6ec4af50a99cb015b0a3622ee5eed6 100644
--- a/chrome/browser/resources/options/startup_overlay.js
+++ b/chrome/browser/resources/options/startup_overlay.js
@@ -116,7 +116,7 @@ cr.define('options', function() {
/**
* Updates the startup pages list with the given entries.
- * @param {Array} pages List of startup pages.
+ * @param {!Array} pages List of startup pages.
* @private
*/
updateStartupPages_: function(pages) {

Powered by Google App Engine
This is Rietveld 408576698