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

Unified Diff: chrome/browser/resources/options/manage_profile_overlay.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/manage_profile_overlay.js
diff --git a/chrome/browser/resources/options/manage_profile_overlay.js b/chrome/browser/resources/options/manage_profile_overlay.js
index 7de8eb3b8ada8bdc0ca85b6dce33b2417ec2d8c4..0be7f9f2144034aa84d0644626d5ed910ec09a6b 100644
--- a/chrome/browser/resources/options/manage_profile_overlay.js
+++ b/chrome/browser/resources/options/manage_profile_overlay.js
@@ -216,8 +216,8 @@ cr.define('options', function() {
* the user will use to choose their profile icon.
* @param {string} mode A label that specifies the type of dialog box which
* is currently being viewed (i.e. 'create' or 'manage').
- * @param {!Array.<string>} iconURLs An array of icon URLs.
- * @param {Array.<string>} names An array of default names
+ * @param {!Array<string>} iconURLs An array of icon URLs.
+ * @param {Array<string>} names An array of default names
* corresponding to the icons.
* @private
*/
@@ -380,7 +380,7 @@ cr.define('options', function() {
* user. If yes, the user is prompted to import the existing supervised
* user, and the create button is disabled.
* If the received list is empty, hides the "import" link.
- * @param {Array.<Object>} supervisedUsers The list of existing supervised
+ * @param {Array<Object>} supervisedUsers The list of existing supervised
* users.
* @private
*/
« no previous file with comments | « chrome/browser/resources/options/language_options.js ('k') | chrome/browser/resources/options/search_page.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698