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

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: 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 f1f88621b46f58469732ba40f4fd3f52d2364d61..cef8d2d190f3a6d140a62cc3e7dbc7728ec55d3d 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 GetNumCopies() OVERRIDE;
Vitaly Buka (NO REVIEWS) 2014/07/10 01:13:05 name it's just a function of the plugin interface,
Nikhil 2014/07/16 13:52:55 Done.
// pp::Private implementation.
virtual pp::Var GetLinkAtPosition(const pp::Point& point);

Powered by Google App Engine
This is Rietveld 408576698