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

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

Issue 917093003: Shorten Closure template notation from Array.<*> to Array<*>. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove cvox Created 5 years, 10 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/browser_options.js
diff --git a/chrome/browser/resources/options/browser_options.js b/chrome/browser/resources/options/browser_options.js
index 0eb90aadbbcd85aee6506f6dc680dba179459b52..c995709ac88b077afeba191856aeb0cceb7bce37 100644
--- a/chrome/browser/resources/options/browser_options.js
+++ b/chrome/browser/resources/options/browser_options.js
@@ -1474,7 +1474,7 @@ cr.define('options', function() {
/**
* Adds all |profiles| to the list.
- * @param {Array.<!options.Profile>} profiles An array of profile info
+ * @param {Array<!options.Profile>} profiles An array of profile info
* objects.
* @private
*/
« no previous file with comments | « chrome/browser/resources/options/autofill_options_list.js ('k') | chrome/browser/resources/options/certificate_tree.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698