| Index: android_webview/common/print_messages.h
|
| ===================================================================
|
| --- android_webview/common/print_messages.h (revision 255957)
|
| +++ android_webview/common/print_messages.h (working copy)
|
| @@ -281,8 +281,8 @@
|
| // Tells the render view to initiate print preview for the entire document.
|
| IPC_MESSAGE_ROUTED1(PrintMsg_InitiatePrintPreview, bool /* selection_only */)
|
|
|
| -// Tells the render view to initiate printing or print preview for a particular
|
| -// node, depending on which mode the render view is in.
|
| +// Tells the render frame to initiate printing or print preview for a particular
|
| +// node, depending on which mode the render frame is in.
|
| IPC_MESSAGE_ROUTED0(PrintMsg_PrintNodeUnderContextMenu)
|
|
|
| // Tells the renderer to print the print preview tab's PDF plugin without
|
|
|