| Index: content/browser/renderer_host/render_view_host_impl.h
|
| diff --git a/content/browser/renderer_host/render_view_host_impl.h b/content/browser/renderer_host/render_view_host_impl.h
|
| index 449cb891bb836cab4d6b65bf64946a4d5e7b4ba6..df3c53c0e52fa3ef8fae2ba412ee606f0a39941c 100644
|
| --- a/content/browser/renderer_host/render_view_host_impl.h
|
| +++ b/content/browser/renderer_host/render_view_host_impl.h
|
| @@ -114,7 +114,6 @@ class CONTENT_EXPORT RenderViewHostImpl : public RenderViewHost,
|
| void SelectWordAroundCaret() override;
|
|
|
| // RenderProcessHostObserver implementation
|
| - void RenderProcessReady(RenderProcessHost* host) override;
|
| void RenderProcessExited(RenderProcessHost* host,
|
| base::TerminationStatus status,
|
| int exit_code) override;
|
| @@ -325,8 +324,6 @@ class CONTENT_EXPORT RenderViewHostImpl : public RenderViewHost,
|
|
|
| bool updating_web_preferences_;
|
|
|
| - bool render_view_ready_on_process_launch_;
|
| -
|
| base::WeakPtrFactory<RenderViewHostImpl> weak_factory_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(RenderViewHostImpl);
|
|
|