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

Unified Diff: chrome/browser/ui/webui/print_preview/print_preview_ui.h

Issue 81563002: Removed unused code path. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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/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.
« no previous file with comments | « chrome/browser/resources/print_preview/preview_generator.js ('k') | chrome/browser/ui/webui/print_preview/print_preview_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698