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

Unified Diff: pdf/preview_mode_client.h

Issue 2349753003: Improve linearized pdf load/show time. (Closed)
Patch Set: Fix review issues. 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.h
diff --git a/pdf/preview_mode_client.h b/pdf/preview_mode_client.h
index 6eda5f0d40cf2701a09e083b97fa67415ef930e4..5406960c57942a4c2f4ae8e99c8c03ca32c277d3 100644
--- a/pdf/preview_mode_client.h
+++ b/pdf/preview_mode_client.h
@@ -70,6 +70,7 @@ class PreviewModeClient : public PDFEngine::Client {
void DocumentLoadProgress(uint32_t available, uint32_t doc_size) override;
void FormTextFieldFocusChange(bool in_focus) override;
bool IsPrintPreview() override;
+ void CancelBrowserDownload() override;
uint32_t GetBackgroundColor() override;
private:

Powered by Google App Engine
This is Rietveld 408576698