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

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

Issue 2480203002: ui: Cleanup class/struct forward declarations (Closed)
Patch Set: Sync CL to position 430550 Created 4 years, 1 month 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/output.js
diff --git a/chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js b/chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js
index 1a5df37c83dac354dfcecbf69f4239edde35c6c0..84e99215d7150a3dc046190cebad4af40f8d3f1d 100644
--- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js
+++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js
@@ -540,7 +540,8 @@ Output.RULES = {
'@describe_switch_off($name)) $description $state'
},
tab: {
- speak: '@describe_tab($name) $state $description'
+ speak: '@describe_tab($name) $state $description ' +
+ '$if($setSize, @describe_index($posInSet, $setSize))',
},
table: {
enter: '@table_summary($name, $tableRowCount, $tableColumnCount) ' +

Powered by Google App Engine
This is Rietveld 408576698