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

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

Issue 2445003002: Reland: Make ChromeVox Next the default ChromeVox experience (Closed)
Patch Set: speculative fixes Created 4 years, 2 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/chromevox/background/prefs.js
diff --git a/chrome/browser/resources/chromeos/chromevox/chromevox/background/prefs.js b/chrome/browser/resources/chromeos/chromevox/chromevox/background/prefs.js
index 5cfe503b77f48420062a3c3256a8ab68633d4703..34ff72bf5f3f6097f840e2903dc23d76ab8aa9d8 100644
--- a/chrome/browser/resources/chromeos/chromevox/chromevox/background/prefs.js
+++ b/chrome/browser/resources/chromeos/chromevox/chromevox/background/prefs.js
@@ -79,7 +79,7 @@ cvox.ChromeVoxPrefs.DEFAULT_PREFS = {
'useIBeamCursor': cvox.ChromeVox.isMac,
'useVerboseMode': true,
'siteSpecificEnhancements': true,
- 'useNext': false
+ 'useNext': true
};

Powered by Google App Engine
This is Rietveld 408576698