Index: chrome/browser/renderer_host/render_view_host.h |
=================================================================== |
--- chrome/browser/renderer_host/render_view_host.h (revision 74317) |
+++ chrome/browser/renderer_host/render_view_host.h (working copy) |
@@ -329,6 +329,9 @@ |
// Prints the node that's under the context menu. |
void PrintNodeUnderContextMenu(); |
+ // Triggers printing of the preview PDF. |
+ void PrintForPrintPreview(); |
+ |
// Copies the image at the specified point. |
void CopyImageAt(int x, int y); |