| 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) { };
|
|
|