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

Unified Diff: chrome/browser/resources/options/supervised_user_list_data.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/supervised_user_list_data.js
diff --git a/chrome/browser/resources/options/supervised_user_list_data.js b/chrome/browser/resources/options/supervised_user_list_data.js
index 812620e4e277a613b64092921007f22ead5fc248..67ac67e6ba08197bbc0667a82690d1502e2b2761 100644
--- a/chrome/browser/resources/options/supervised_user_list_data.js
+++ b/chrome/browser/resources/options/supervised_user_list_data.js
@@ -20,7 +20,7 @@ cr.define('options', function() {
/**
* Receives a list of supervised users and resolves the promise.
- * @param {Array.<Object>} supervisedUsers Array of supervised user objects.
+ * @param {Array<Object>} supervisedUsers Array of supervised user objects.
* Each object is of the form:
* supervisedUser = {
* id: "Supervised User ID",
@@ -97,7 +97,7 @@ cr.define('options', function() {
/**
* Initializes |promise| with the new data and also passes the new data to
* observers.
- * @param {Array.<Object>} supervisedUsers Array of supervised user objects.
+ * @param {Array<Object>} supervisedUsers Array of supervised user objects.
* For the format of the objects, see receiveExistingSupervisedUsers_().
* @private
*/
« no previous file with comments | « chrome/browser/resources/options/supervised_user_import.js ('k') | chrome/browser/resources/pdf/pdf_scripting_api.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698