| 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 5abbe8380fd074aa1d5337b45ae544fea0120ac1..4ea9250a5fb02ea915867ced6f5c4e888786ccce 100644
|
| --- a/components/printing/renderer/print_web_view_helper.cc
|
| +++ b/components/printing/renderer/print_web_view_helper.cc
|
| @@ -682,6 +682,7 @@ class PrepareFrameAndViewForPrint : public blink::WebViewClient,
|
| const blink::WebString& name,
|
| const blink::WebString& fallback_name,
|
| blink::WebSandboxFlags sandbox_flags,
|
| + const blink::WebParsedFeaturePolicy& container_policy,
|
| const blink::WebFrameOwnerProperties& frame_owner_properties) override;
|
|
|
| void CallOnReady();
|
| @@ -841,6 +842,7 @@ blink::WebLocalFrame* PrepareFrameAndViewForPrint::createChildFrame(
|
| const blink::WebString& name,
|
| const blink::WebString& fallback_name,
|
| blink::WebSandboxFlags sandbox_flags,
|
| + const blink::WebParsedFeaturePolicy& container_policy,
|
| const blink::WebFrameOwnerProperties& frame_owner_properties) {
|
| blink::WebLocalFrame* frame =
|
| blink::WebLocalFrame::create(scope, this, nullptr, nullptr);
|
|
|