Chromium Code Reviews| Index: chrome/browser/resources/chromeos/chromevox/cvox2/background/panel_command.js |
| diff --git a/chrome/browser/resources/chromeos/chromevox/cvox2/background/panel_command.js b/chrome/browser/resources/chromeos/chromevox/cvox2/background/panel_command.js |
| index a130e51a79b20a0739d6739e54233e72935c454b..1004ba52971564b73e9d037d00489ba9f3b64784 100644 |
| --- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/panel_command.js |
| +++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/panel_command.js |
| @@ -13,7 +13,7 @@ goog.provide('PanelCommandType'); |
| /** |
| * Create one command to pass to the ChromeVox Panel. |
| * @param {PanelCommandType} type The type of command. |
| - * @param {string|{text: string, braille: string}=} opt_data |
| + * @param {string|{groups:Array}|{text: string, braille: string}=} opt_data |
|
dmazzoni
2016/09/26 04:53:49
Delete {text: string, braille: string}, that's not
ultimatedbz
2016/09/27 21:15:49
Again, I left this here because I wasn't sure what
dmazzoni
2016/09/27 21:56:03
In this case the panel is only going to receive th
ultimatedbz
2016/09/27 22:56:24
Ohh right! I see what you mean. Thanks!
ultimatedbz
2016/09/27 22:56:24
Done.
|
| * Optional data associated with the command. |
| * @constructor |
| */ |