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

Unified Diff: chrome/browser/resources/chromeos/chromevox/chromevox/background/background.js

Issue 924083004: Shorten Closure template notation from Array.<*> to Array<*> in cvox. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
Index: chrome/browser/resources/chromeos/chromevox/chromevox/background/background.js
diff --git a/chrome/browser/resources/chromeos/chromevox/chromevox/background/background.js b/chrome/browser/resources/chromeos/chromevox/chromevox/background/background.js
index 11e4a83705fdf390bf5e4ad66368835236722c9a..21682f724433dccbc9109ebbb9d8c2a668c95314 100644
--- a/chrome/browser/resources/chromeos/chromevox/chromevox/background/background.js
+++ b/chrome/browser/resources/chromeos/chromevox/chromevox/background/background.js
@@ -141,7 +141,7 @@ cvox.ChromeVoxBackground.prototype.init = function() {
/**
* Inject ChromeVox into a tab.
- * @param {Array.<Tab>} tabs The tab where ChromeVox scripts should be injected.
+ * @param {Array<Tab>} tabs The tab where ChromeVox scripts should be injected.
*/
cvox.ChromeVoxBackground.prototype.injectChromeVoxIntoTabs = function(tabs) {
var listOfFiles;

Powered by Google App Engine
This is Rietveld 408576698