diff options
Diffstat (limited to 'content/public/browser/render_process_host.h')
-rw-r--r-- | content/public/browser/render_process_host.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/content/public/browser/render_process_host.h b/content/public/browser/render_process_host.h index eec6a6b..c345294 100644 --- a/content/public/browser/render_process_host.h +++ b/content/public/browser/render_process_host.h @@ -61,7 +61,7 @@ class CONTENT_EXPORT RenderProcessHost : public IPC::Message::Sender, // be called once before the object can be used, but can be called after // that with no effect. Therefore, if the caller isn't sure about whether // the process has been created, it should just call Init(). - virtual bool Init(bool is_accessibility_enabled) = 0; + virtual bool Init() = 0; // Gets the next available routing id. virtual int GetNextRoutingID() = 0; @@ -242,4 +242,3 @@ class CONTENT_EXPORT RenderProcessHost : public IPC::Message::Sender, } // namespace content. #endif // CONTENT_PUBLIC_BROWSER_RENDER_PROCESS_HOST_H_ - |