File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,6 @@ PrintMsg_Print_Params::PrintMsg_Print_Params()
27
27
print_scaling_option(WebKit::WebPrintScalingOptionSourceSize),
28
28
print_to_pdf(false ),
29
29
display_header_footer(false ),
30
- date(),
31
30
title(),
32
31
url(),
33
32
should_print_backgrounds(false ) {
@@ -54,7 +53,6 @@ void PrintMsg_Print_Params::Reset() {
54
53
print_scaling_option = WebKit::WebPrintScalingOptionSourceSize;
55
54
print_to_pdf = false ;
56
55
display_header_footer = false ;
57
- date = string16 ();
58
56
title = string16 ();
59
57
url = string16 ();
60
58
should_print_backgrounds = false ;
Original file line number Diff line number Diff line change @@ -45,7 +45,6 @@ struct PrintMsg_Print_Params {
45
45
WebKit::WebPrintScalingOption print_scaling_option;
46
46
bool print_to_pdf;
47
47
bool display_header_footer;
48
- string16 date;
49
48
string16 title;
50
49
string16 url;
51
50
bool should_print_backgrounds;
@@ -137,9 +136,6 @@ IPC_STRUCT_TRAITS_BEGIN(PrintMsg_Print_Params)
137
136
// Specifies if the header and footer should be rendered.
138
137
IPC_STRUCT_TRAITS_MEMBER(display_header_footer)
139
138
140
- // Date string to be printed as header if requested by the user.
141
- IPC_STRUCT_TRAITS_MEMBER(date)
142
-
143
139
// Title string to be printed as header if requested by the user.
144
140
IPC_STRUCT_TRAITS_MEMBER(title)
145
141
You can’t perform that action at this time.
0 commit comments