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

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

Issue 2342093002: Change the category of "show braille captions" so it shows up in ChromeVox menus (Closed)
Patch Set: 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/chromevox/injected/keyboard_handler.js
diff --git a/chrome/browser/resources/chromeos/chromevox/chromevox/injected/keyboard_handler.js b/chrome/browser/resources/chromeos/chromevox/chromevox/injected/keyboard_handler.js
index c5e95ec3d6b314476ccb4d0fe6870a6744cff39f..ff4cba6bfa43809fe75c396f40f51976f6645632 100644
--- a/chrome/browser/resources/chromeos/chromevox/chromevox/injected/keyboard_handler.js
+++ b/chrome/browser/resources/chromeos/chromevox/chromevox/injected/keyboard_handler.js
@@ -25,7 +25,7 @@ cvox.ChromeVoxKbHandler.handlerKeyMap;
/**
* Handler for ChromeVox commands. Returns undefined if the command does not
* exist. Otherwise, returns the result of executing the command.
- * @type {function(string): boolean|undefined}
+ * @type {function(string): (boolean|undefined)}
*/
cvox.ChromeVoxKbHandler.commandHandler;

Powered by Google App Engine
This is Rietveld 408576698