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

Unified Diff: chrome/browser/resources/chromeos/chromevox/common/chromevox.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/common/chromevox.js
diff --git a/chrome/browser/resources/chromeos/chromevox/common/chromevox.js b/chrome/browser/resources/chromeos/chromevox/common/chromevox.js
index d861167faf1a59e3013ab01297f965953a0bba18..aabaf0098a75c5e433c826531b1f9f4019eeef3c 100644
--- a/chrome/browser/resources/chromeos/chromevox/common/chromevox.js
+++ b/chrome/browser/resources/chromeos/chromevox/common/chromevox.js
@@ -206,14 +206,6 @@ cvox.ChromeVox.syncToNode = function(
targetNode, speakNode, opt_queueMode) {};
/**
- * Speaks the given node.
- * @param {Node} targetNode The node that ChromeVox should be synced to.
- * @param {number=} queueMode The queue mode to use for speaking.
- * @param {Object=} properties Speech properties to use for this utterance.
- */
-cvox.ChromeVox.speakNode = function(targetNode, queueMode, properties) {};
-
-/**
* Provide a way for modules that can't depend on cvox.ChromeVoxUserCommands
* to execute commands.
*

Powered by Google App Engine
This is Rietveld 408576698