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

Unified Diff: chrome/browser/resources/chromeos/chromevox/chromevox/injected/init_globals.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/init_globals.js
diff --git a/chrome/browser/resources/chromeos/chromevox/chromevox/injected/init_globals.js b/chrome/browser/resources/chromeos/chromevox/chromevox/injected/init_globals.js
index 9601a62f17a0bca730bca9a047a4978433d7b6a4..658afdec387bb1d576475196ac1a02aac8ebbff6 100644
--- a/chrome/browser/resources/chromeos/chromevox/chromevox/injected/init_globals.js
+++ b/chrome/browser/resources/chromeos/chromevox/chromevox/injected/init_globals.js
@@ -9,7 +9,6 @@
goog.provide('cvox.InitGlobals');
-goog.require('cvox.ApiImplementation');
goog.require('cvox.ChromeVox');
goog.require('cvox.ChromeVoxEventWatcher');
goog.require('cvox.CompositeTts');
@@ -48,8 +47,7 @@ cvox.InitGlobals.initGlobals = function() {
cvox.ChromeVox.isActive = true;
cvox.ChromeVox.navigationManager = new cvox.NavigationManager();
cvox.ChromeVox.navigationManager.updateIndicator();
- cvox.ChromeVox.syncToNode = cvox.ApiImplementation.syncToNode;
- cvox.ChromeVox.speakNode = cvox.ApiImplementation.speakNode;
+
cvox.ChromeVox.serializer = new cvox.Serializer();

Powered by Google App Engine
This is Rietveld 408576698