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

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

Issue 2103043003: Remove legacy PDF JSON interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix typo after merge Created 4 years, 6 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/host/chrome/host.js
diff --git a/chrome/browser/resources/chromeos/chromevox/host/chrome/host.js b/chrome/browser/resources/chromeos/chromevox/host/chrome/host.js
index f6db51cd8481effe81c272057cc45a088009f616..ed5a5ad332f6444ae532a19849dbb121a40eadbb 100644
--- a/chrome/browser/resources/chromeos/chromevox/host/chrome/host.js
+++ b/chrome/browser/resources/chromeos/chromevox/host/chrome/host.js
@@ -19,7 +19,6 @@ goog.require('cvox.ChromeVoxKbHandler');
goog.require('cvox.ExtensionBridge');
goog.require('cvox.HostFactory');
goog.require('cvox.InitialSpeech');
-goog.require('cvox.PdfProcessor');
goog.require('cvox.SearchLoader');
goog.require('cvox.TraverseMath');
@@ -153,8 +152,6 @@ cvox.ChromeHost.prototype.reinit = function() {
/** @override */
cvox.ChromeHost.prototype.onPageLoad = function() {
- cvox.PdfProcessor.processEmbeddedPdfs();
-
cvox.ExtensionBridge.addDisconnectListener(goog.bind(function() {
cvox.ChromeVox.isActive = false;
cvox.ChromeVoxEventWatcher.cleanup(window);

Powered by Google App Engine
This is Rietveld 408576698