Index: chrome/browser/resources/chromeos/chromevox/chromevox/background/tabs_api_handler.js |
diff --git a/chrome/browser/resources/chromeos/chromevox/chromevox/background/tabs_api_handler.js b/chrome/browser/resources/chromeos/chromevox/chromevox/background/tabs_api_handler.js |
index cc03d579ecfd9fc5b8da1429091e69390ba8827f..baa004dc9cbcf71fe4ef1acffc2d075bae04edcb 100644 |
--- a/chrome/browser/resources/chromeos/chromevox/chromevox/background/tabs_api_handler.js |
+++ b/chrome/browser/resources/chromeos/chromevox/chromevox/background/tabs_api_handler.js |
@@ -32,7 +32,7 @@ cvox.TabsApiHandler = function(tts, braille, earcons) { |
this.braille_ = braille; |
/** @type {cvox.AbstractEarcons} @private */ |
this.earcons_ = earcons; |
- /** @type {function(string)} @private */ |
+ /** @type {function(string, Array<string>=)} @private */ |
this.msg_ = cvox.ChromeVox.msgs.getMsg.bind(cvox.ChromeVox.msgs); |
/** |
* Tracks whether the active tab has finished loading. |