| Index: components/printing/common/print_messages.cc
|
| diff --git a/components/printing/common/print_messages.cc b/components/printing/common/print_messages.cc
|
| index a9291a2b6cd70dedb8a5b86596253b993ea95c8a..c04f4f810dfaa0cd81f9eefaca37e71bf57fadd8 100644
|
| --- a/components/printing/common/print_messages.cc
|
| +++ b/components/printing/common/print_messages.cc
|
| @@ -62,7 +62,8 @@ PrintMsg_Print_Params::PrintMsg_Print_Params()
|
| display_header_footer(false),
|
| title(),
|
| url(),
|
| - should_print_backgrounds(false) {}
|
| + should_print_backgrounds(false),
|
| + is_subframe(false) {}
|
|
|
| PrintMsg_Print_Params::PrintMsg_Print_Params(
|
| const PrintMsg_Print_Params& other) = default;
|
| @@ -91,6 +92,7 @@ void PrintMsg_Print_Params::Reset() {
|
| title = base::string16();
|
| url = base::string16();
|
| should_print_backgrounds = false;
|
| + is_subframe = false;
|
| }
|
|
|
| PrintMsg_PrintPages_Params::PrintMsg_PrintPages_Params()
|
|
|