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

Unified Diff: chrome/browser/resources/chromeos/chromevox/host/interface/braille_interface.js

Issue 1302763002: Add tests for braille commands. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@js2gtesterr
Patch Set: Document gn template args, rename extra_gen_files to gen_include_files 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/host/interface/braille_interface.js
diff --git a/chrome/browser/resources/chromeos/chromevox/host/interface/braille_interface.js b/chrome/browser/resources/chromeos/chromevox/host/interface/braille_interface.js
index ea4831d506498cffd96427b9940ab1f9915b15fc..9ecba7216a7b4f262a5ac4ac38249c5366f9dc59 100644
--- a/chrome/browser/resources/chromeos/chromevox/host/interface/braille_interface.js
+++ b/chrome/browser/resources/chromeos/chromevox/host/interface/braille_interface.js
@@ -27,15 +27,3 @@ cvox.BrailleInterface = function() { };
*/
cvox.BrailleInterface.prototype.write =
function(params) { };
-
-/**
- * Sets a callback for handling braille keyboard commands.
- *
- * @param {function(!cvox.BrailleKeyEvent, cvox.NavBraille)} func The function
- * to be called when the user invokes a keyboard command on the braille
- * display. The first parameter is the key event. The second parameter is
- * the content that was present on the display when the key command
- * was invoked, if available.
- */
-cvox.BrailleInterface.prototype.setCommandListener =
- function(func) { };

Powered by Google App Engine
This is Rietveld 408576698