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

Unified Diff: chrome/browser/resources/chromeos/chromevox/chromevox/background/kbexplorer.js

Issue 2693463002: Ensure ChromeVox defaults to ChromeVox Next on upgrade (Closed)
Patch Set: Rebase Created 3 years, 10 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 | « no previous file | chrome/browser/resources/chromeos/chromevox/chromevox/background/prefs.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/chromevox/chromevox/background/kbexplorer.js
diff --git a/chrome/browser/resources/chromeos/chromevox/chromevox/background/kbexplorer.js b/chrome/browser/resources/chromeos/chromevox/chromevox/background/kbexplorer.js
index 66af7a04c7be57659ddc9602dfebf2db52a447df..6b7d020b744fd3d4e2f2d92c6cd1b761b58e9c62 100644
--- a/chrome/browser/resources/chromeos/chromevox/chromevox/background/kbexplorer.js
+++ b/chrome/browser/resources/chromeos/chromevox/chromevox/background/kbexplorer.js
@@ -51,7 +51,7 @@ cvox.KbExplorer.init = function() {
chrome.accessibilityPrivate.onAccessibilityGesture.removeListener(
cvox.KbExplorer.onAccessibilityGesture);
};
- if (localStorage['useNext'] == 'true') {
+ if (localStorage['useClassic'] != 'true') {
cvox.ChromeVoxKbHandler.handlerKeyMap = cvox.KeyMap.fromNext();
cvox.ChromeVox.modKeyStr = 'Search';
} else {
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/chromevox/chromevox/background/prefs.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698