Replicate feature policy container policies.

https://codereview.chromium.org/2797813002
This commit is contained in:
Aleksei Kuzmin 2017-08-08 00:01:59 +03:00 коммит произвёл Cheng Zhao
Родитель 971002a197
Коммит c402658c08
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -401,6 +401,7 @@ class PrepareFrameAndViewForPrint : public blink::WebViewClient,
const blink::WebString& name,
const blink::WebString& unique_name,
blink::WebSandboxFlags sandbox_flags,
const blink::WebParsedFeaturePolicy& container_policy,
const blink::WebFrameOwnerProperties& frame_owner_properties) override;
private:
@ -555,6 +556,7 @@ blink::WebLocalFrame* PrepareFrameAndViewForPrint::CreateChildFrame(
const blink::WebString& name,
const blink::WebString& unique_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);