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

Unified Diff: chrome/browser/resources/chromeos/chromevox/chromevox/injected/ui/widget.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/chromevox/injected/ui/widget.js
diff --git a/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ui/widget.js b/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ui/widget.js
index 66a18e247a817716b8cad41c6016df099f2ac37b..dcd02a869de939256398b88220af43e1f75b3390 100644
--- a/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ui/widget.js
+++ b/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ui/widget.js
@@ -114,7 +114,7 @@ cvox.Widget.prototype.hide = function(opt_noSync) {
if (!opt_noSync) {
this.initialNode = this.initialNode.nodeType == 1 ?
this.initialNode : this.initialNode.parentNode;
- cvox.ApiImplementation.syncToNode(this.initialNode,
+ cvox.ChromeVox.navigationManager.syncToNode(this.initialNode,
true,
cvox.QueueMode.QUEUE);
}

Powered by Google App Engine
This is Rietveld 408576698