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

Unified Diff: chrome/browser/resources/chromeos/chromevox/chromevox/injected/ui/widget.js

Issue 1362223003: Improve braille related message descriptions and clean up message handling in Chromevox. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@inputtypeexception
Patch Set: Move another braille message to Msgs.Untranslated Created 5 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/chromevox/injected/ui/widget.js
diff --git a/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ui/widget.js b/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ui/widget.js
index 475ad98dfaf7025d31993886bf81536ba3c908f9..66a18e247a817716b8cad41c6016df099f2ac37b 100644
--- a/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ui/widget.js
+++ b/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ui/widget.js
@@ -138,7 +138,7 @@ cvox.Widget.prototype.toggle = function() {
/**
* The name of the widget.
* @return {!Array} The message id referencing the name of the widget in an
- * array argument form passable to cvox.ChromeVox.msgs.getMsg.apply.
+ * array argument form passable to Msgs.getMsg.apply.
*/
cvox.Widget.prototype.getNameMsg = goog.abstractMethod;

Powered by Google App Engine
This is Rietveld 408576698