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..04a852121dab7c500d312806dc4585c250412dd4 100644 |
--- a/content/browser/renderer_host/mock_render_process_host.h |
+++ b/content/browser/renderer_host/mock_render_process_host.h |
@@ -33,7 +33,9 @@ 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); |