| Index: printing/print_dialog_gtk_interface.h
|
| diff --git a/printing/print_dialog_gtk_interface.h b/printing/print_dialog_gtk_interface.h
|
| index b63076e5a835a83e82d20a03d4d03817dac5cf6d..5458656398dbe40b2f8e8c1324d11eebed10e12b 100644
|
| --- a/printing/print_dialog_gtk_interface.h
|
| +++ b/printing/print_dialog_gtk_interface.h
|
| @@ -32,6 +32,7 @@ class PrintDialogGtkInterface {
|
| // Shows the dialog and handles the response with |callback|. Only used when
|
| // printing with the native print dialog.
|
| virtual void ShowDialog(
|
| + bool has_selection,
|
| const PrintingContextGtk::PrintSettingsCallback& callback) = 0;
|
|
|
| // Prints the document named |document_name| contained in |metafile|.
|
|
|