| Index: printing/print_settings.h
|
| diff --git a/printing/print_settings.h b/printing/print_settings.h
|
| index b942189c2c2fd8e514235cb418592cf20600bd31..01b3135fbee31c9ac964d58dd5a4751c7c24e509 100644
|
| --- a/printing/print_settings.h
|
| +++ b/printing/print_settings.h
|
| @@ -49,6 +49,9 @@ class PRINTING_EXPORT PrintSettings {
|
| void Clear();
|
|
|
| void SetCustomMargins(const PageMargins& requested_margins_in_points);
|
| + const PageMargins& requested_custom_margins_in_points() const {
|
| + return requested_custom_margins_in_points_;
|
| + }
|
| void set_margin_type(MarginType margin_type) { margin_type_ = margin_type; }
|
| MarginType margin_type() const { return margin_type_; }
|
|
|
|
|