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

Unified Diff: pdf/instance.h

Issue 375253002: [Chrome] Support NumCopies print preset (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: PPP_Pdf changes Created 6 years, 3 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/instance.h
diff --git a/pdf/instance.h b/pdf/instance.h
index 2218c0d17675ac4d7ff75c9582353d6295e2f424..c03d9be50d01f67f9479eb0f94a99c5e7e1659cc 100644
--- a/pdf/instance.h
+++ b/pdf/instance.h
@@ -90,6 +90,8 @@ class Instance : public pp::InstancePrivate,
// pp::Private implementation.
virtual pp::Var GetLinkAtPosition(const pp::Point& point);
+ virtual PP_Bool GetPrintPresetOptionsFromDocument(
+ PP_PrintPresetOptions_Dev& options);
dmichael (off chromium) 2014/09/22 18:11:51 same nit; out-params should be by pointer
Nikhil 2014/09/23 10:32:28 Done.
// PPP_Selection_Dev implementation.
virtual pp::Var GetSelectedText(bool html) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698