Index: chrome/browser/ui/webui/print_preview/print_preview_ui.h |
diff --git a/chrome/browser/ui/webui/print_preview/print_preview_ui.h b/chrome/browser/ui/webui/print_preview/print_preview_ui.h |
index ab893bb8532f19331284df1dc7909634b430b6d5..33fcd80e2c95827f9624b2f13e166f9451068ec6 100644 |
--- a/chrome/browser/ui/webui/print_preview/print_preview_ui.h |
+++ b/chrome/browser/ui/webui/print_preview/print_preview_ui.h |
@@ -104,10 +104,6 @@ class PrintPreviewUI : public ConstrainedWebDialogUI { |
void OnPreviewDataIsAvailable(int expected_pages_count, |
int preview_request_id); |
- // Notifies the Web UI renderer to reuse the preview data. |
- // |preview_request_id| indicates which request resulted in this response. |
- void OnReusePreviewData(int preview_request_id); |
- |
// Notifies the Web UI that preview dialog has been destroyed. This is the |
// last chance to communicate with the initiator before the association is |
// erased. |