| 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 f49c4f5501c8a2467bd7ab4f92133fc3a89a1494..e4ae3dba1bfccf7892346456ce31a8fabab02d44 100644
|
| --- a/content/browser/renderer_host/mock_render_process_host.h
|
| +++ b/content/browser/renderer_host/mock_render_process_host.h
|
| @@ -36,6 +36,7 @@ class MockRenderProcessHost : public RenderProcessHost {
|
| int bad_msg_count() const { return bad_msg_count_; }
|
|
|
| // RenderProcessHost implementation (public portion).
|
| + virtual void EnableSendQueue();
|
| virtual bool Init(bool is_accessibility_enabled);
|
| virtual int GetNextRoutingID();
|
| virtual void CancelResourceRequests(int render_widget_id);
|
|
|