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

Unified Diff: chrome/browser/resources/chromeos/chromevox/common/chromevox.js

Issue 656813002: Support running ChromeVox in uncompressed mode and compress ChromeVox next by default. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkcr
Patch Set: Address nits. Created 6 years, 2 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 5c52872b520836e35d251edf75ea3c7f1307e581..c5f9aa6025de4a29f0fd739fbb68b3df5d8f13f1 100644
--- a/chrome/browser/resources/chromeos/chromevox/common/chromevox.js
+++ b/chrome/browser/resources/chromeos/chromevox/common/chromevox.js
@@ -273,6 +273,5 @@ function $(id) {
/**
* @param {Array} tabs
- * @param {boolean=} opt_forceCompile
*/
-cvox.ChromeVox.injectChromeVoxIntoTabs = function(tabs, opt_forceCompile) {};
+cvox.ChromeVox.injectChromeVoxIntoTabs = function(tabs) {};

Powered by Google App Engine
This is Rietveld 408576698