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

Unified Diff: extensions/renderer/resources/stash_client.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 | « extensions/renderer/resources/platform_app.js ('k') | extensions/renderer/resources/utils.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/renderer/resources/stash_client.js
diff --git a/extensions/renderer/resources/stash_client.js b/extensions/renderer/resources/stash_client.js
index c24de570e7417e456e47af0dda02559f9628d6e8..110e700ca12cd114131ff44261221f5957b782f8 100644
--- a/extensions/renderer/resources/stash_client.js
+++ b/extensions/renderer/resources/stash_client.js
@@ -87,7 +87,7 @@ define('stash_client', [
/**
* The registered stash clients.
- * @type {!Array.<!Registration>}
+ * @type {!Array<!Registration>}
*/
var clients = [];
@@ -128,7 +128,7 @@ define('stash_client', [
* client and should be passed as the id to registerClient().
* @param {!Object} type The mojo struct type that was serialized into the
* each stashed object.
- * @return {!Promise.<!Array<!Object>>} The stashed objects. The exact type of
+ * @return {!Promise<!Array<!Object>>} The stashed objects. The exact type of
* each object is that of the |type| parameter.
* @alias module:stash_client.retrieve
*/
« no previous file with comments | « extensions/renderer/resources/platform_app.js ('k') | extensions/renderer/resources/utils.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698