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

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: Wed 06/11/2014 10:41:42.83 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
Index: printing/print_settings.h
diff --git a/printing/print_settings.h b/printing/print_settings.h
index b18d86022a5e669a93cf63c76ca7b5366198ce11..c24325424ead850f3f1e26c079ff555581002546 100644
--- a/printing/print_settings.h
+++ b/printing/print_settings.h
@@ -36,6 +36,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_; }

Powered by Google App Engine
This is Rietveld 408576698