Chromium Code Reviews| Index: pdf/instance.h |
| diff --git a/pdf/instance.h b/pdf/instance.h |
| index 2218c0d17675ac4d7ff75c9582353d6295e2f424..28902dcd08b75f417665c8bc3aa885612c1621e6 100644 |
| --- a/pdf/instance.h |
| +++ b/pdf/instance.h |
| @@ -276,6 +276,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. |