| Index: chrome/browser/printing/print_job_worker.h
|
| ===================================================================
|
| --- chrome/browser/printing/print_job_worker.h (revision 17852)
|
| +++ chrome/browser/printing/print_job_worker.h (working copy)
|
| @@ -34,7 +34,8 @@
|
| // Print... dialog box will be shown to ask the user his preference.
|
| void GetSettings(bool ask_user_for_settings,
|
| HWND parent_window,
|
| - int document_page_count);
|
| + int document_page_count,
|
| + bool has_selection);
|
|
|
| // Starts the printing loop. Every pages are printed as soon as the data is
|
| // available. Makes sure the new_document is the right one.
|
|
|