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

Unified Diff: chrome/browser/ui/webui/print_preview_handler.h

Issue 7721001: PrintPreview: Make ctrl-shift-p start the native print flow. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase + merge conflicts fix Created 9 years, 4 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_handler.h
diff --git a/chrome/browser/ui/webui/print_preview_handler.h b/chrome/browser/ui/webui/print_preview_handler.h
index abee16c790d3f3b2dfd9f78833d467b0212c19af..d872f3bfbdbbaad89af121f341ed0d7b10c94da1 100644
--- a/chrome/browser/ui/webui/print_preview_handler.h
+++ b/chrome/browser/ui/webui/print_preview_handler.h
@@ -58,6 +58,10 @@ class PrintPreviewHandler : public WebUIMessageHandler,
// Called when print preview failed.
void OnPrintPreviewFailed();
+ // Called when the user press ctrl+shift+p to display the native system
+ // dialog.
+ void ShowSystemDialog();
+
private:
friend class PrintSystemTaskProxy;

Powered by Google App Engine
This is Rietveld 408576698