Index: chrome/browser/resources/chromeos/chromevox/host/chrome/braille_integration_test.unitjs |
diff --git a/chrome/browser/resources/chromeos/chromevox/host/chrome/braille_integration_test.unitjs b/chrome/browser/resources/chromeos/chromevox/host/chrome/braille_integration_test.unitjs |
index 09b84b23ce933e56b93c7dd99683348cc464cdd0..6a9b7a44511397293e43235ad76fd3a50fec2952 100644 |
--- a/chrome/browser/resources/chromeos/chromevox/host/chrome/braille_integration_test.unitjs |
+++ b/chrome/browser/resources/chromeos/chromevox/host/chrome/braille_integration_test.unitjs |
@@ -47,7 +47,7 @@ CvoxBrailleIntegrationUnitTest.prototype = { |
cvox.ExtensionBridge = new FakeExtensionBridge(this.brailleBackground); |
this.braille = new cvox.ChromeBraille(); |
- this.braille.setCommandListener(function(command, content) { |
+ this.braille.setKeyEventHandlerForTest(function(command, content) { |
this.lastCommand = command; |
this.lastCommandContent = content; |
}.bind(this)); |