| 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 f2fefd97453ac1f3574bbbdd79b6de94ee593a74..b738f47dc5ce37893519ddc64da1a81465601ba5 100644
|
| --- a/content/browser/frame_host/render_frame_host_impl.h
|
| +++ b/content/browser/frame_host/render_frame_host_impl.h
|
| @@ -618,6 +618,7 @@ class CONTENT_EXPORT RenderFrameHostImpl : public RenderFrameHost,
|
| void OnDidChangeFrameOwnerProperties(
|
| int32_t frame_routing_id,
|
| const blink::WebFrameOwnerProperties& frame_owner_properties);
|
| + void OnDidCancelLoadAfterXFrameOptionsOrCSPDenied();
|
| void OnUpdateTitle(const base::string16& title,
|
| blink::WebTextDirection title_direction);
|
| void OnUpdateEncoding(const std::string& encoding);
|
|
|