| Index: content/browser/renderer_host/browser_render_process_host.h
|
| diff --git a/content/browser/renderer_host/browser_render_process_host.h b/content/browser/renderer_host/browser_render_process_host.h
|
| index 4124e4c53f16804c902582ed2a303f87cf8a8194..c41c489cb935d534d1cc5478f56345c5f52735e9 100644
|
| --- a/content/browser/renderer_host/browser_render_process_host.h
|
| +++ b/content/browser/renderer_host/browser_render_process_host.h
|
| @@ -46,6 +46,7 @@ class BrowserRenderProcessHost : public RenderProcessHost,
|
| virtual ~BrowserRenderProcessHost();
|
|
|
| // RenderProcessHost implementation (public portion).
|
| + virtual void EnableSendQueue();
|
| virtual bool Init(bool is_accessibility_enabled);
|
| virtual int GetNextRoutingID();
|
| virtual void CancelResourceRequests(int render_widget_id);
|
|
|