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

Unified Diff: remoting/webapp/crd/js/cast_extension_handler.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 | « remoting/webapp/browser_test/mock_identity.js ('k') | remoting/webapp/crd/js/client_plugin.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/crd/js/cast_extension_handler.js
diff --git a/remoting/webapp/crd/js/cast_extension_handler.js b/remoting/webapp/crd/js/cast_extension_handler.js
index d3a09240559c1a261eed41f35b853395d587a2a8..efd8efc135c8f909fcdb13bd7d961107bbf18c2f 100644
--- a/remoting/webapp/crd/js/cast_extension_handler.js
+++ b/remoting/webapp/crd/js/cast_extension_handler.js
@@ -38,7 +38,7 @@ remoting.CastExtensionHandler = function(clientSession) {
/** @type {string} @private */
this.kApplicationId_ = "8A1211E3";
- /** @type {Array.<Object>} @private */
+ /** @type {Array<Object>} @private */
this.messageQueue_ = [];
this.start_();
« no previous file with comments | « remoting/webapp/browser_test/mock_identity.js ('k') | remoting/webapp/crd/js/client_plugin.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698