| Index: chrome/browser/renderer_host/render_view_host.h
|
| ===================================================================
|
| --- chrome/browser/renderer_host/render_view_host.h (revision 75293)
|
| +++ chrome/browser/renderer_host/render_view_host.h (working copy)
|
| @@ -328,6 +328,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);
|
|
|
|
|