| 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 7f224278fb477c2953bfbf2d712e680a7283555e..06278a4b20449ea38ccf379f8bfc00b28b512fc8 100644 | 
| --- a/components/printing/renderer/print_web_view_helper.cc | 
| +++ b/components/printing/renderer/print_web_view_helper.cc | 
| @@ -678,6 +678,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(); | 
| @@ -837,6 +838,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); | 
|  |