Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1896)

Unified Diff: chrome/browser/printing/print_dialog_gtk.h

Issue 342068: Third patch in getting rid of caching MessageLoop pointers and always using C... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/printing/print_dialog_gtk.h
===================================================================
--- chrome/browser/printing/print_dialog_gtk.h (revision 30650)
+++ chrome/browser/printing/print_dialog_gtk.h (working copy)
@@ -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);
« no previous file with comments | « chrome/browser/notifications/desktop_notification_service.cc ('k') | chrome/browser/printing/print_dialog_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698