diff options
Diffstat (limited to 'chrome/browser/printing/print_dialog_gtk.h')
-rw-r--r-- | chrome/browser/printing/print_dialog_gtk.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/chrome/browser/printing/print_dialog_gtk.h b/chrome/browser/printing/print_dialog_gtk.h index 7f9cc7f..589af80 100644 --- a/chrome/browser/printing/print_dialog_gtk.h +++ b/chrome/browser/printing/print_dialog_gtk.h @@ -11,16 +11,14 @@ #include "base/file_path.h" class Browser; -class MessageLoop; typedef struct _GtkPrintJob GtkPrintJob; // Currently this dialog only allows the user to choose a printer. class PrintDialogGtk { public: - // Called on the IO thread. Posts the dialog creation action on the given - // loop. - static void CreatePrintDialogForPdf(const FilePath& path, MessageLoop* loop); + // Called on the IO thread. + static void CreatePrintDialogForPdf(const FilePath& path); private: explicit PrintDialogGtk(const FilePath& path_to_pdf); |