| Index: content/browser/renderer_host/render_process_host_impl.h
|
| diff --git a/content/browser/renderer_host/render_process_host_impl.h b/content/browser/renderer_host/render_process_host_impl.h
|
| index 37cf40e75fcce20b4ffe66656690ef0263069909..9d659f343ec8354417366d274b89a1635210b5f3 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.h
|
| +++ b/content/browser/renderer_host/render_process_host_impl.h
|
| @@ -118,6 +118,7 @@ class CONTENT_EXPORT RenderProcessHostImpl
|
| bool Shutdown(int exit_code, bool wait) override;
|
| bool FastShutdownIfPossible() override;
|
| base::ProcessHandle GetHandle() const override;
|
| + bool IsReady() const override;
|
| BrowserContext* GetBrowserContext() const override;
|
| bool InSameStoragePartition(StoragePartition* partition) const override;
|
| int GetID() const override;
|
|
|