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

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

Issue 2948723002: Print Preview: Change print to cr.sendWithPromise (Closed)
Patch Set: Address comments and add close_ param Created 3 years, 6 months 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 360a1cd23ef161981de385f6941302161303406e..2abe24e64a1dc61ee0ac4e134509471ad12fe53e 100644
--- a/chrome/browser/ui/webui/print_preview/print_preview_ui.h
+++ b/chrome/browser/ui/webui/print_preview/print_preview_ui.h
@@ -119,9 +119,6 @@ class PrintPreviewUI : public ConstrainedWebDialogUI {
// controls that need the initiator for generating the preview data.
void OnInitiatorClosed();
- // Notifies the Web UI renderer that file selection has been cancelled.
- void OnFileSelectionCancelled();
-
// Notifies the Web UI that the printer is unavailable or its settings are
// invalid.
void OnInvalidPrinterSettings();

Powered by Google App Engine
This is Rietveld 408576698