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

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

Issue 1138813002: Fix continuous read in ChromeVox Next. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: check opt_cleanupOnly Created 5 years, 7 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/cvox2/background/classic_compatibility.js
diff --git a/chrome/browser/resources/chromeos/chromevox/cvox2/background/classic_compatibility.js b/chrome/browser/resources/chromeos/chromevox/cvox2/background/classic_compatibility.js
index 440f2cc15edf35c8402ffc0d649454261228b246..dae832c0c9ca66b3e93f1cabf9b23e077e46777e 100644
--- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/classic_compatibility.js
+++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/classic_compatibility.js
@@ -134,6 +134,8 @@ ClassicCompatibility.prototype = {
return 'previousLine';
case 'forceClickOnCurrentItem':
return 'doDefault';
+ case 'readFromHere':
+ return 'continuousRead';
default:
return classicCommand;
}

Powered by Google App Engine
This is Rietveld 408576698