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

Unified Diff: chrome/browser/resources/chromeos/chromevox/cvox2/injected/loader.js

Issue 2754363003: Do more strict checking when calling into MathJaX (Closed)
Patch Set: Address nits. 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
« no previous file with comments | « chrome/browser/resources/chromeos/chromevox/chromevox/injected/api.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/chromevox/cvox2/injected/loader.js
diff --git a/chrome/browser/resources/chromeos/chromevox/cvox2/injected/loader.js b/chrome/browser/resources/chromeos/chromevox/cvox2/injected/loader.js
index 911a90583f4180789189c3fb65c006b21daa0463..1963d102710a85a9abe8ac55de0e6b0d65f99570 100644
--- a/chrome/browser/resources/chromeos/chromevox/cvox2/injected/loader.js
+++ b/chrome/browser/resources/chromeos/chromevox/cvox2/injected/loader.js
@@ -10,7 +10,7 @@ goog.require('KeyboardHandler');
*/
function initMin() {
if (cvox.ChromeVox.isChromeOS) {
- cvox.ApiImplementation.init();
+ cvox.ApiImplementation.init(true);
return;
}
« no previous file with comments | « chrome/browser/resources/chromeos/chromevox/chromevox/injected/api.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698