Chromium Code Reviews

Unified Diff: pdf/preview_mode_client.cc

Issue 2551153002: Revert of Improve linearized pdf load/show time. (Closed)
Patch Set: Rebase to master Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « pdf/preview_mode_client.h ('k') | pdf/range_set.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pdf/preview_mode_client.cc
diff --git a/pdf/preview_mode_client.cc b/pdf/preview_mode_client.cc
index ec139d3c020dfe9dff89267d7e24c5fc6bce9c54..b3744c93eb7ac81b0de4f9b0d604cd07cfe8c465 100644
--- a/pdf/preview_mode_client.cc
+++ b/pdf/preview_mode_client.cc
@@ -162,8 +162,6 @@ bool PreviewModeClient::IsPrintPreview() {
return false;
}
-void PreviewModeClient::CancelBrowserDownload() {}
-
uint32_t PreviewModeClient::GetBackgroundColor() {
NOTREACHED();
return 0;
« no previous file with comments | « pdf/preview_mode_client.h ('k') | pdf/range_set.h » ('j') | no next file with comments »

Powered by Google App Engine