| Index: components/printing/test/mock_printer.h
|
| diff --git a/components/printing/test/mock_printer.h b/components/printing/test/mock_printer.h
|
| index 5eaba45b01f8c9e40a6b2c318c450c4f2cb204fd..9492a6bf4876d36ff457e768e1aa4726a39ad365 100644
|
| --- a/components/printing/test/mock_printer.h
|
| +++ b/components/printing/test/mock_printer.h
|
| @@ -85,7 +85,9 @@
|
| void UpdateSettings(int cookie,
|
| PrintMsg_PrintPages_Params* params,
|
| const std::vector<int>& page_range_array,
|
| - int margins_type);
|
| + int margins_type,
|
| + const gfx::Size& page_size,
|
| + int scale_factor);
|
| void SetPrintedPagesCount(int cookie, int number_pages);
|
| void PrintPage(const PrintHostMsg_DidPrintPage_Params& params);
|
|
|
|
|