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

Unified Diff: chrome/test/data/webui/print_preview.js

Issue 1130043004: Remove in-process PDF related code from print preview. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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/print_preview/previewarea/preview_area.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/webui/print_preview.js
diff --git a/chrome/test/data/webui/print_preview.js b/chrome/test/data/webui/print_preview.js
index f5b20c0f0155a15904fb58308cdc1f46b22297f9..4fed7233b3d3adc57b0506c60087dfc8ceffa63b 100644
--- a/chrome/test/data/webui/print_preview.js
+++ b/chrome/test/data/webui/print_preview.js
@@ -89,9 +89,9 @@ PrintPreviewWebUITest.prototype = {
cloudprint.CloudPrintInterface = CloudPrintInterfaceStub;
cloudprint.CloudPrintInterface.EventType = oldCpInterfaceEventType;
- print_preview.PreviewArea.prototype.getPluginType_ =
+ print_preview.PreviewArea.prototype.checkPluginCompatibility_ =
function() {
- return print_preview.PreviewArea.PluginType_.NONE;
+ return false;
};
}.bind(this));
},
« no previous file with comments | « chrome/browser/resources/print_preview/previewarea/preview_area.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698