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

Unified Diff: chrome/browser/resources/chromeos/chromevox/common/nav_math_description.js

Issue 1306773003: Make earcon ids strings instead of numbers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove_unused_earcons
Patch Set: Fixed test Created 5 years, 4 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/common/nav_math_description.js
diff --git a/chrome/browser/resources/chromeos/chromevox/common/nav_math_description.js b/chrome/browser/resources/chromeos/chromevox/common/nav_math_description.js
index c4023070d6c7846eb71e3f1e2092181906f2b52f..e76c6886804da3c2e4f77a9681339cdd8353fe1c 100644
--- a/chrome/browser/resources/chromeos/chromevox/common/nav_math_description.js
+++ b/chrome/browser/resources/chromeos/chromevox/common/nav_math_description.js
@@ -20,7 +20,7 @@ goog.require('cvox.NavDescription');
* text: (string),
* userValue: (undefined|string),
* annotation: (undefined|string),
- * earcons: (undefined|Array<number>),
+ * earcons: (undefined|Array<cvox.Earcon>),
* personality: (undefined|Object),
* hint: (undefined|string),
* category: (undefined|string),

Powered by Google App Engine
This is Rietveld 408576698