| Index: content/browser/renderer_host/render_process_host_impl.h
|
| ===================================================================
|
| --- content/browser/renderer_host/render_process_host_impl.h (revision 225900)
|
| +++ content/browser/renderer_host/render_process_host_impl.h (working copy)
|
| @@ -107,6 +107,7 @@
|
| virtual void SetSuddenTerminationAllowed(bool enabled) OVERRIDE;
|
| virtual bool SuddenTerminationAllowed() const OVERRIDE;
|
| virtual IPC::ChannelProxy* GetChannel() OVERRIDE;
|
| + virtual void AddFilter(BrowserMessageFilter* filter) OVERRIDE;
|
| virtual bool FastShutdownForPageCount(size_t count) OVERRIDE;
|
| virtual bool FastShutdownStarted() const OVERRIDE;
|
| virtual base::TimeDelta GetChildProcessIdleTime() const OVERRIDE;
|
|
|