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

Unified Diff: chrome/browser/resources/cryptotoken/requestqueue.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 | « chrome/browser/resources/cryptotoken/origincheck.js ('k') | chrome/browser/resources/cryptotoken/sha256.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/cryptotoken/requestqueue.js
diff --git a/chrome/browser/resources/cryptotoken/requestqueue.js b/chrome/browser/resources/cryptotoken/requestqueue.js
index 9c523eaf7f3aeacf7cdbeb65c1f234506895b7b2..a377f4c4270799fe650ff051601d083805bc8d62 100644
--- a/chrome/browser/resources/cryptotoken/requestqueue.js
+++ b/chrome/browser/resources/cryptotoken/requestqueue.js
@@ -163,7 +163,7 @@ RequestQueue.prototype.queueRequest = function(beginCb, timer) {
* @constructor
*/
function OriginKeyedRequestQueue() {
- /** @private {Object.<string, !RequestQueue>} */
+ /** @private {Object<string, !RequestQueue>} */
this.requests_ = {};
}
« no previous file with comments | « chrome/browser/resources/cryptotoken/origincheck.js ('k') | chrome/browser/resources/cryptotoken/sha256.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698