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

Unified Diff: printing/print_settings.h

Issue 329683002: Improvements in --debug-print switch implementation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Thu 06/12/2014 2:53:06.07 Created 6 years, 6 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
« no previous file with comments | « printing/page_size_margins.cc ('k') | printing/print_settings_conversion.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_; }
« no previous file with comments | « printing/page_size_margins.cc ('k') | printing/print_settings_conversion.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698