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

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

Issue 2740793002: Minimize the Classic API and enable it for Next (Closed)
Patch Set: Minimize the Classic API and enable it for Next 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/host/interface/abstract_host.js
diff --git a/chrome/browser/resources/chromeos/chromevox/host/interface/abstract_host.js b/chrome/browser/resources/chromeos/chromevox/host/interface/abstract_host.js
index 5a7c050943e0910a5bf7e2dd954aeae7a6caf897..805194d336868b97b281f9028c2224aa031f1cde 100644
--- a/chrome/browser/resources/chromeos/chromevox/host/interface/abstract_host.js
+++ b/chrome/browser/resources/chromeos/chromevox/host/interface/abstract_host.js
@@ -145,7 +145,7 @@ cvox.AbstractHost.prototype.onStateChanged_ = function(state) {
cvox.ChromeVoxEventWatcher.init(window);
if (document.activeElement) {
var speakNodeAlso = cvox.ChromeVox.documentHasFocus();
- cvox.ApiImplementation.syncToNode(
+ cvox.ChromeVox.navigationManager.syncToNode(
document.activeElement, speakNodeAlso);
} else {
cvox.ChromeVox.navigationManager.updateIndicator();

Powered by Google App Engine
This is Rietveld 408576698