| Index: chrome/common/print_messages.cc
|
| diff --git a/chrome/common/print_messages.cc b/chrome/common/print_messages.cc
|
| index 126e2488f3b70d55b3347f9efc7a2f3cdc333319..8680ade79e4a33bcf659c1001f6299de963716ef 100644
|
| --- a/chrome/common/print_messages.cc
|
| +++ b/chrome/common/print_messages.cc
|
| @@ -29,7 +29,8 @@ PrintMsg_Print_Params::PrintMsg_Print_Params()
|
| display_header_footer(false),
|
| date(),
|
| title(),
|
| - url() {
|
| + url(),
|
| + should_print_backgrounds(false) {
|
| }
|
|
|
| PrintMsg_Print_Params::~PrintMsg_Print_Params() {}
|
| @@ -56,6 +57,7 @@ void PrintMsg_Print_Params::Reset() {
|
| date = string16();
|
| title = string16();
|
| url = string16();
|
| + should_print_backgrounds = false;
|
| }
|
|
|
| PrintMsg_PrintPages_Params::PrintMsg_PrintPages_Params()
|
|
|