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

Unified Diff: chrome/renderer/mock_printer.h

Issue 8585017: PrintPreview: Honor the print media page size and margin values. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed review comments Created 9 years 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: chrome/renderer/mock_printer.h
diff --git a/chrome/renderer/mock_printer.h b/chrome/renderer/mock_printer.h
index b9d68469ee0e5c82a886451dc174ec49b15eb192..d01e980d8d31f2249b77b6b1e6a62f16ddd44c4a 100644
--- a/chrome/renderer/mock_printer.h
+++ b/chrome/renderer/mock_printer.h
@@ -135,6 +135,7 @@ class MockPrinter {
// Used only in the preview sequence.
bool is_first_request_;
+ bool print_to_pdf_;
int preview_request_id_;
// Used for displaying headers and footers.

Powered by Google App Engine
This is Rietveld 408576698