| 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 3be2ac9196a51a9204bff034af11bcb55a4570bb..1b1095d8f9ef472997a86ef74094b767ceb93e24 100644
|
| --- a/content/browser/frame_host/render_frame_host_impl.h
|
| +++ b/content/browser/frame_host/render_frame_host_impl.h
|
| @@ -105,8 +105,6 @@
|
| virtual gfx::NativeViewAccessible AccessibilityGetNativeViewAccessible()
|
| OVERRIDE;
|
|
|
| - bool CreateRenderFrame(int parent_routing_id);
|
| - bool IsRenderFrameLive();
|
| void Init();
|
| int routing_id() const { return routing_id_; }
|
| void OnCreateChildFrame(int new_routing_id,
|
| @@ -377,7 +375,6 @@
|
|
|
| int routing_id_;
|
| bool is_swapped_out_;
|
| - bool renderer_initialized_;
|
|
|
| // When the last BeforeUnload message was sent.
|
| base::TimeTicks send_before_unload_start_time_;
|
|
|