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

Unified Diff: chrome/browser/dom_ui/print_preview_handler.h

Issue 6533006: Print Preview: Hook up the print button to initiate printing without displaying a print dialog. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: '' Created 9 years, 10 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/dom_ui/print_preview_handler.h
diff --git a/chrome/browser/dom_ui/print_preview_handler.h b/chrome/browser/dom_ui/print_preview_handler.h
index 4149146334e7528ba56271a5165c31499317414f..59402ff707c44a10c5e919ce0b67a1a615550d76 100644
--- a/chrome/browser/dom_ui/print_preview_handler.h
+++ b/chrome/browser/dom_ui/print_preview_handler.h
@@ -27,6 +27,7 @@ class PrintPreviewHandler : public WebUIMessageHandler,
private:
// Get the list of printers and send it to the Web UI. |args| is unused.
void HandleGetPrinters(const ListValue* args);
+ void HandlePrint(const ListValue* args);
James Hawkins 2011/02/16 22:58:21 Document this method.
kmadhusu 2011/02/17 19:20:31 Done.
// Pointer to current print system.
scoped_refptr<printing::PrintBackend> print_backend_;
« no previous file with comments | « no previous file | chrome/browser/dom_ui/print_preview_handler.cc » ('j') | chrome/browser/printing/print_job_worker.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698