| Index: chrome/browser/printing/print_job.h
|
| ===================================================================
|
| --- chrome/browser/printing/print_job.h (revision 74700)
|
| +++ chrome/browser/printing/print_job.h (working copy)
|
| @@ -88,9 +88,6 @@
|
| // and the end of the spooling.
|
| bool is_job_pending() const;
|
|
|
| - // Returns true if the Print... dialog box is currently displayed.
|
| - bool is_print_dialog_box_shown() const;
|
| -
|
| // Access the current printed document. Warning: may be NULL.
|
| PrintedDocument* document() const;
|
|
|
| @@ -136,9 +133,6 @@
|
| // Is the worker thread printing.
|
| bool is_job_pending_;
|
|
|
| - // Is the Print... dialog box currently shown.
|
| - bool is_print_dialog_box_shown_;
|
| -
|
| // Is Canceling? If so, try to not cause recursion if on FAILED notification,
|
| // the notified calls Cancel() again.
|
| bool is_canceling_;
|
|
|