| Index: content/browser/frame_host/render_frame_host_impl.h
|
| diff --git a/content/browser/frame_host/render_frame_host_impl.h b/content/browser/frame_host/render_frame_host_impl.h
|
| index 748567856514dce3ac0c095a1403bfc4af6b2f7d..7f6595a393f642a024de8fd4b5967f46273f3c9c 100644
|
| --- a/content/browser/frame_host/render_frame_host_impl.h
|
| +++ b/content/browser/frame_host/render_frame_host_impl.h
|
| @@ -218,6 +218,8 @@ class CONTENT_EXPORT RenderFrameHostImpl
|
| void ReportContentSecurityPolicyViolation(
|
| const CSPViolationParams& violation_params) override;
|
| bool SchemeShouldBypassCSP(const base::StringPiece& scheme) override;
|
| + bool IsOriginSafeToUseInCspViolation(
|
| + const url::Origin& origin) const override;
|
|
|
| // Creates a RenderFrame in the renderer process.
|
| bool CreateRenderFrame(int proxy_routing_id,
|
|
|