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 c877906f70366b6dc4f7e0fe0fc1a94542b980aa..5c52872b520836e35d251edf75ea3c7f1307e581 100644 |
--- a/chrome/browser/resources/chromeos/chromevox/common/chromevox.js |
+++ b/chrome/browser/resources/chromeos/chromevox/common/chromevox.js |
@@ -270,3 +270,9 @@ cvox.ChromeVox.isStickyModeOn = function() { |
function $(id) { |
return document.getElementById(id); |
} |
+ |
+/** |
+ * @param {Array} tabs |
+ * @param {boolean=} opt_forceCompile |
+ */ |
+cvox.ChromeVox.injectChromeVoxIntoTabs = function(tabs, opt_forceCompile) {}; |