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

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: PPB_Printing_Dev changes Created 6 years, 4 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 c377b032c0f69c5490bbb58e89a1e5af72b44f20..50db43ee5db0d709fd9828c2aa8e3810ce0abd74 100644
--- a/pdf/instance.h
+++ b/pdf/instance.h
@@ -273,6 +273,8 @@ class Instance : public pp::InstancePrivate,
void SaveAs();
+ void SetPrintPresetOptionsFromDocument();
+
enum ZoomMode {
ZOOM_SCALE, // Standard zooming mode, resize will not affect it.
ZOOM_FIT_TO_WIDTH, // Maintain fit to width on resize.

Powered by Google App Engine
This is Rietveld 408576698