Index: chrome/common/print_messages.cc |
diff --git a/chrome/common/print_messages.cc b/chrome/common/print_messages.cc |
index 4464f1300031ae060554d556ebed9eb699f07e6c..47e0b9b676571b715885272ac2acaa821a77e5c3 100644 |
--- a/chrome/common/print_messages.cc |
+++ b/chrome/common/print_messages.cc |
@@ -23,6 +23,7 @@ PrintMsg_Print_Params::PrintMsg_Print_Params() |
preview_ui_addr(), |
preview_request_id(0), |
is_first_request(false), |
+ print_to_pdf(false), |
display_header_footer(false), |
date(), |
title(), |
@@ -46,6 +47,7 @@ void PrintMsg_Print_Params::Reset() { |
preview_ui_addr = std::string(); |
preview_request_id = 0; |
is_first_request = false; |
+ print_to_pdf = false; |
display_header_footer = false; |
date = string16(); |
title = string16(); |