| 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 8af7d7a6911abaeedb7f75119a3057e2b7b13558..85461c61eac36cc1d5ac2e5207a8f5e5258049a4 100644
|
| --- a/content/browser/frame_host/render_frame_host_impl.h
|
| +++ b/content/browser/frame_host/render_frame_host_impl.h
|
| @@ -512,7 +512,6 @@ class CONTENT_EXPORT RenderFrameHostImpl
|
| void OnDidAccessInitialDocument();
|
| void OnDidDisownOpener();
|
| void OnDidChangeName(const std::string& name);
|
| - void OnDidAssignPageId(int32 page_id);
|
| void OnDidChangeSandboxFlags(int32 frame_routing_id, SandboxFlags flags);
|
| void OnUpdateTitle(const base::string16& title,
|
| blink::WebTextDirection title_direction);
|
|
|