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

Unified Diff: chrome/browser/resources/about_invalidations.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
« no previous file with comments | « no previous file | chrome/browser/resources/about_version.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/about_invalidations.js
diff --git a/chrome/browser/resources/about_invalidations.js b/chrome/browser/resources/about_invalidations.js
index 83a187a57ae7d1c5bfef5eb7ed34fddebfc3d3e3..0aaf8379fc684f025095e2553ce70099c9350f6b 100644
--- a/chrome/browser/resources/about_invalidations.js
+++ b/chrome/browser/resources/about_invalidations.js
@@ -68,7 +68,7 @@ cr.define('chrome.invalidations', function() {
/**
* Adds to the log the latest invalidations received
- * @param {!Array.<!Object>} allInvalidations The array of ObjectId
+ * @param {!Array<!Object>} allInvalidations The array of ObjectId
* that contains the invalidations received by the InvalidatorService.
*/
function logInvalidations(allInvalidations) {
@@ -139,7 +139,7 @@ cr.define('chrome.invalidations', function() {
/**
* Shows the handlers that are currently registered for invalidations
* (but might not have objects ids registered yet).
- * @param {!Array.<string>} allHandlers An array of Strings that are
+ * @param {!Array<string>} allHandlers An array of Strings that are
* the names of all the handlers currently registered in the
* InvalidatorService.
*/
« no previous file with comments | « no previous file | chrome/browser/resources/about_version.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698