Index: components/printing/renderer/print_web_view_helper.cc |
diff --git a/components/printing/renderer/print_web_view_helper.cc b/components/printing/renderer/print_web_view_helper.cc |
index fa79d1a2714353a0a665ff0e7f4c77d78738f0ea..80761b36b90eda5f66bc6df36365433ef6864be8 100644 |
--- a/components/printing/renderer/print_web_view_helper.cc |
+++ b/components/printing/renderer/print_web_view_helper.cc |
@@ -1702,6 +1702,7 @@ bool PrintWebViewHelper::GetPrintSettingsFromUser(blink::WebLocalFrame* frame, |
} |
params.margin_type = margin_type; |
params.is_scripted = is_scripted; |
+ params.is_modifiable = !PrintingNodeOrPdfFrame(frame, node); |
Send(new PrintHostMsg_DidShowPrintDialog(routing_id())); |