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

Unified Diff: remoting/webapp/crd/js/video_frame_recorder.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/crd/js/ui_mode.js ('k') | remoting/webapp/crd/js/wcs.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/crd/js/video_frame_recorder.js
diff --git a/remoting/webapp/crd/js/video_frame_recorder.js b/remoting/webapp/crd/js/video_frame_recorder.js
index daf49112a2243510101d9c85accff475b9df0859..25150699aa922eefd00789b0654004476e6718a7 100644
--- a/remoting/webapp/crd/js/video_frame_recorder.js
+++ b/remoting/webapp/crd/js/video_frame_recorder.js
@@ -116,7 +116,7 @@ remoting.VideoFrameRecorder.prototype.handleMessage =
/**
* @param {Entry} entry The single file entry if multiple files are not allowed.
- * @param {Array.<FileEntry>} fileEntries List of file entries if multiple files
+ * @param {Array<FileEntry>} fileEntries List of file entries if multiple files
* are allowed.
*/
remoting.VideoFrameRecorder.prototype.onFileChosen_ = function(
« no previous file with comments | « remoting/webapp/crd/js/ui_mode.js ('k') | remoting/webapp/crd/js/wcs.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698