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

Unified Diff: pdf/preview_mode_client.cc

Issue 2349753003: Improve linearized pdf load/show time. (Closed)
Patch Set: fix review issues and compilation. Created 4 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: pdf/preview_mode_client.cc
diff --git a/pdf/preview_mode_client.cc b/pdf/preview_mode_client.cc
index b3744c93eb7ac81b0de4f9b0d604cd07cfe8c465..ec139d3c020dfe9dff89267d7e24c5fc6bce9c54 100644
--- a/pdf/preview_mode_client.cc
+++ b/pdf/preview_mode_client.cc
@@ -162,6 +162,8 @@ bool PreviewModeClient::IsPrintPreview() {
return false;
}
+void PreviewModeClient::CancelBrowserDownload() {}
+
uint32_t PreviewModeClient::GetBackgroundColor() {
NOTREACHED();
return 0;

Powered by Google App Engine
This is Rietveld 408576698