| Index: chrome/browser/resources/chromeos/chromevox/host/chrome/host.js
|
| diff --git a/chrome/browser/resources/chromeos/chromevox/host/chrome/host.js b/chrome/browser/resources/chromeos/chromevox/host/chrome/host.js
|
| index 7fbe95bb27ad5dc6d2a9020d311ab6220a0ef0e2..19cdfb7fd71e9cbe2b8a0f92f31f10b235fe8834 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/host/chrome/host.js
|
| +++ b/chrome/browser/resources/chromeos/chromevox/host/chrome/host.js
|
| @@ -125,9 +125,6 @@
|
| var message = msg['message'];
|
| if (message == 'USER_COMMAND') {
|
| var cmd = msg['command'];
|
| - if (cmd != 'toggleChromeVox' && !cvox.ChromeVox.documentHasFocus()) {
|
| - return;
|
| - }
|
| cvox.ChromeVoxUserCommands.commands[cmd](msg);
|
| }
|
| });
|
|
|