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

Unified Diff: chrome/common/print_messages.h

Issue 10483006: Print support for Windows Metro... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Working version Created 8 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/common/print_messages.h
diff --git a/chrome/common/print_messages.h b/chrome/common/print_messages.h
index 0efea966a0d8b5e7510d83bdb526e60d8c85b82e..9611a2cf8faeaf88a3b7b2e522f15c76a8d67bac 100644
--- a/chrome/common/print_messages.h
+++ b/chrome/common/print_messages.h
@@ -267,6 +267,9 @@ IPC_MESSAGE_ROUTED0(PrintMsg_InitiatePrintPreview)
// node, depending on which mode the render view is in.
IPC_MESSAGE_ROUTED0(PrintMsg_PrintNodeUnderContextMenu)
+// Tells the render view to initiate printing to a metafile.
+IPC_MESSAGE_ROUTED0(PrintMsg_PrintForFile)
+
// Tells the renderer to print the print preview tab's PDF plugin without
// showing the print dialog. (This is the final step in the print preview
// workflow.)

Powered by Google App Engine
This is Rietveld 408576698