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

Unified Diff: pdf/out_of_process_instance.h

Issue 375253002: [Chrome] Support NumCopies print preset (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review feedback (update method name) Created 6 years, 5 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/out_of_process_instance.h
diff --git a/pdf/out_of_process_instance.h b/pdf/out_of_process_instance.h
index c001435e0a4b6df12f6a1609314ab98f80a4559f..01bc333522bfea02d970e2fa63a22c43f547167b 100644
--- a/pdf/out_of_process_instance.h
+++ b/pdf/out_of_process_instance.h
@@ -73,6 +73,7 @@ class OutOfProcessInstance : public pp::Instance,
uint32_t page_range_count) OVERRIDE;
virtual void PrintEnd() OVERRIDE;
virtual bool IsPrintScalingDisabled() OVERRIDE;
+ virtual int32_t GetCopiesToPrint() OVERRIDE;
// pp::Private implementation.
virtual pp::Var GetLinkAtPosition(const pp::Point& point);

Powered by Google App Engine
This is Rietveld 408576698