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

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

Issue 2362673004: Aligns text to braille in chromevox. (Closed)
Patch Set: Addressed all presubmit issues. Created 4 years, 3 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/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
*/

Powered by Google App Engine
This is Rietveld 408576698