| Index: chrome/browser/printing/print_view_manager.h
|
| diff --git a/chrome/browser/printing/print_view_manager.h b/chrome/browser/printing/print_view_manager.h
|
| index da7457862921622ec93e5011c27bf03530e08a7f..02ef19566a179d6adee0c9439624f00890ebda29 100644
|
| --- a/chrome/browser/printing/print_view_manager.h
|
| +++ b/chrome/browser/printing/print_view_manager.h
|
| @@ -51,6 +51,11 @@ class PrintViewManager : public content::NotificationObserver,
|
| // preview tab.
|
| bool AdvancedPrintNow();
|
|
|
| + // Same as PrintNow(), but for the case where we want to send the result to
|
| + // another destination.
|
| + // TODO(mad) Add an argument so we can pass the destination interface.
|
| + bool PrintToDestination();
|
| +
|
| // Initiate print preview of the current document by first notifying the
|
| // renderer. Since this happens asynchronous, the print preview tab creation
|
| // will not be completed on the return of this function. Returns false if
|
|
|