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

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

Issue 2362673004: Aligns text to braille in chromevox. (Closed)
Patch Set: fixed test Created 4 years, 2 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 | « chrome/browser/resources/chromeos/chromevox/cvox2/background/panel.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..1b8f2c8a8649ba157673e5106436a9425b9c59ea 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}=} opt_data
* Optional data associated with the command.
* @constructor
*/
« no previous file with comments | « chrome/browser/resources/chromeos/chromevox/cvox2/background/panel.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698