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. |
* |