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 333fb6a29c364b4a745062108ba89f61aad6ec3b..5406725fb8b178a8c422c3c25930f6278434b2db 100644 |
--- a/chrome/browser/printing/print_view_manager.h |
+++ b/chrome/browser/printing/print_view_manager.h |
@@ -31,11 +31,6 @@ class PrintViewManager : public PrintViewManagerBase, |
// preview dialog. |
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 dialog |
// creation will not be completed on the return of this function. Returns |