| Index: chrome/browser/renderer_host/render_view_host.cc
|
| ===================================================================
|
| --- chrome/browser/renderer_host/render_view_host.cc (revision 74317)
|
| +++ chrome/browser/renderer_host/render_view_host.cc (working copy)
|
| @@ -1266,6 +1266,10 @@
|
| Send(new ViewMsg_PrintNodeUnderContextMenu(routing_id()));
|
| }
|
|
|
| +void RenderViewHost::PrintForPrintPreview() {
|
| + Send(new ViewMsg_PrintForPrintPreview(routing_id()));
|
| +}
|
| +
|
| void RenderViewHost::OnMsgStartDragging(
|
| const WebDropData& drop_data,
|
| WebDragOperationsMask drag_operations_mask,
|
|
|