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

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

Issue 1213513003: Revert of Support Compat mode inside of the desktop tree. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@commands_alt
Patch Set: Created 5 years, 6 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
« no previous file with comments | « chrome/browser/resources/chromeos/chromevox/cvox2/background/classic_compatibility.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
}
});
« no previous file with comments | « chrome/browser/resources/chromeos/chromevox/cvox2/background/classic_compatibility.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698