| Index: content/public/browser/render_process_host.h
|
| diff --git a/content/public/browser/render_process_host.h b/content/public/browser/render_process_host.h
|
| index dc6490579bcc5522aebf0ef57e164768de195483..25e371104a6c53228196f17c8cb1581e7a0bdb59 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_
|
| -
|
|
|