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