| Index: content/browser/renderer_host/mock_render_process_host.h
|
| diff --git a/content/browser/renderer_host/mock_render_process_host.h b/content/browser/renderer_host/mock_render_process_host.h
|
| index abe0f827cc54f3a81476f478e4f2b70f73af6833..f3d39f031746885a781061568b518ab457801762 100644
|
| --- a/content/browser/renderer_host/mock_render_process_host.h
|
| +++ b/content/browser/renderer_host/mock_render_process_host.h
|
| @@ -33,7 +33,8 @@ class MockRenderProcessHost : public RenderProcessHost {
|
| int bad_msg_count() const { return bad_msg_count_; }
|
|
|
| // RenderProcessHost implementation (public portion).
|
| - virtual bool Init(bool is_accessibility_enabled, bool is_extensions_process);
|
| + virtual bool Init(bool is_accessibility_enabled, bool is_extensions_process,
|
| + const Extension* installed_app);
|
| virtual int GetNextRoutingID();
|
| virtual void CancelResourceRequests(int render_widget_id);
|
| virtual void CrossSiteClosePageACK(const ViewMsg_ClosePage_Params& params);
|
|
|