| Index: android_webview/renderer/print_web_view_helper.cc
|
| ===================================================================
|
| --- android_webview/renderer/print_web_view_helper.cc (revision 255957)
|
| +++ android_webview/renderer/print_web_view_helper.cc (working copy)
|
| @@ -810,8 +810,6 @@
|
| IPC_MESSAGE_HANDLER(PrintMsg_PrintPages, OnPrintPages)
|
| IPC_MESSAGE_HANDLER(PrintMsg_PrintForSystemDialog, OnPrintForSystemDialog)
|
| IPC_MESSAGE_HANDLER(PrintMsg_InitiatePrintPreview, OnInitiatePrintPreview)
|
| - IPC_MESSAGE_HANDLER(PrintMsg_PrintNodeUnderContextMenu,
|
| - OnPrintNodeUnderContextMenu)
|
| IPC_MESSAGE_HANDLER(PrintMsg_PrintPreview, OnPrintPreview)
|
| IPC_MESSAGE_HANDLER(PrintMsg_PrintForPrintPreview, OnPrintForPrintPreview)
|
| IPC_MESSAGE_HANDLER(PrintMsg_PrintingDone, OnPrintingDone)
|
| @@ -1158,10 +1156,6 @@
|
| is_scripted_printing_blocked_ = blocked;
|
| }
|
|
|
| -void PrintWebViewHelper::OnPrintNodeUnderContextMenu() {
|
| - PrintNode(render_view()->GetContextMenuNode());
|
| -}
|
| -
|
| void PrintWebViewHelper::OnInitiatePrintPreview(bool selection_only) {
|
| DCHECK(is_preview_enabled_);
|
| blink::WebFrame* frame = NULL;
|
|
|