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

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: 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..e827115acdae66cf5462792feb0651af454159d1 100644
--- a/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ui/widget.js
+++ b/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ui/widget.js
@@ -114,9 +114,6 @@ 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,
dmazzoni 2017/03/09 00:26:36 We definitely shouldn't just remove this one...
- true,
- cvox.QueueMode.QUEUE);
}
this.active = false;

Powered by Google App Engine
This is Rietveld 408576698