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

Unified Diff: chrome/browser/resources/chromeos/chromevox/common/key_sequence.js

Issue 2768703002: Wire up an api to darken screen for accessibility (Closed)
Patch Set: Cvox changes. Created 3 years, 9 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/common/key_sequence.js
diff --git a/chrome/browser/resources/chromeos/chromevox/common/key_sequence.js b/chrome/browser/resources/chromeos/chromevox/common/key_sequence.js
index 3b05c604e8c01458798b1b0e0132437892c6dd2b..7ff71fc6ab8fca4e6bd97f9e5b791576b87770f4 100644
--- a/chrome/browser/resources/chromeos/chromevox/common/key_sequence.js
+++ b/chrome/browser/resources/chromeos/chromevox/common/key_sequence.js
@@ -69,7 +69,7 @@ cvox.KeySequence = function(originalEvent, opt_cvoxModifier, opt_doubleTap,
throw 'Prefix key and sticky mode cannot both be enabled: ' + originalEvent;
}
- var event = this.resolveChromeOSSpecialKeys_(originalEvent);
+ var event = originalEvent;
// TODO (rshearer): We should take the user out of sticky mode if they
// try to use the CVox modifier or prefix key.

Powered by Google App Engine
This is Rietveld 408576698