| Index: chrome/renderer/mock_printer.h
|
| ===================================================================
|
| --- chrome/renderer/mock_printer.h (revision 96579)
|
| +++ chrome/renderer/mock_printer.h (working copy)
|
| @@ -75,8 +75,7 @@
|
| int expected_pages_count,
|
| bool has_selection,
|
| PrintMsg_PrintPages_Params* settings);
|
| - void UpdateSettings(int cookie, PrintMsg_PrintPages_Params* params,
|
| - const std::vector<int>& page_range_array);
|
| + void UpdateSettings(int cookie, PrintMsg_PrintPages_Params* params);
|
| void SetPrintedPagesCount(int cookie, int number_pages);
|
| void PrintPage(const PrintHostMsg_DidPrintPage_Params& params);
|
|
|
|
|