Chromium Code Reviews| 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..7e0d90dc07ef0dee637f0bda9471db5aa2886f46 100644 |
| --- a/components/printing/test/mock_printer.h |
| +++ b/components/printing/test/mock_printer.h |
| @@ -85,7 +85,9 @@ class MockPrinter { |
| void UpdateSettings(int cookie, |
| PrintMsg_PrintPages_Params* params, |
| const std::vector<int>& page_range_array, |
| - int margins_type); |
| + int margins_type, |
| + gfx::Size page_size, |
|
Lei Zhang
2017/02/22 21:21:37
Pass by const ref?
rbpotter
2017/02/23 22:27:11
Done.
|
| + int scale_factor); |
| void SetPrintedPagesCount(int cookie, int number_pages); |
| void PrintPage(const PrintHostMsg_DidPrintPage_Params& params); |