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

Unified Diff: chrome/common/print_messages.h

Issue 10083059: [Print Preview] Modified PP_PrintSettings_Dev interface to support auto fit to page functionality. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: '' Created 8 years, 8 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 | « no previous file | chrome/common/print_messages.cc » ('j') | chrome/renderer/print_web_view_helper.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/print_messages.h
diff --git a/chrome/common/print_messages.h b/chrome/common/print_messages.h
index 14f53c851212eacff28af0433c35a050859fca96..8f5e50b665d10d930fe3e657178aa0bbccea07d8 100644
--- a/chrome/common/print_messages.h
+++ b/chrome/common/print_messages.h
@@ -41,6 +41,7 @@ struct PrintMsg_Print_Params {
std::string preview_ui_addr;
int preview_request_id;
bool is_first_request;
+ bool fit_pdf_page_to_paper_size;
vandebo (ex-Chrome) 2012/04/19 18:45:31 For some reason this name sticks out as odd to me.
kmadhusu 2012/04/20 22:29:57 Renamed the variable and as we discussed, I commit
bool print_to_pdf;
bool display_header_footer;
string16 date;
« no previous file with comments | « no previous file | chrome/common/print_messages.cc » ('j') | chrome/renderer/print_web_view_helper.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698