| 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 0e7656cd6e3b35aa82f6e1c72be6215c7b4beca4..254d22ed666072770012e34a28c11a99799ca114 100644
|
| --- a/content/browser/renderer_host/mock_render_process_host.h
|
| +++ b/content/browser/renderer_host/mock_render_process_host.h
|
| @@ -47,6 +47,8 @@ class MockRenderProcessHost : public RenderProcessHost {
|
| virtual void WidgetRestored();
|
| virtual void WidgetHidden();
|
| virtual int VisibleWidgetCount() const;
|
| + virtual void AddPendingView();
|
| + virtual void RemovePendingView();
|
| virtual void AddWord(const string16& word);
|
| virtual bool FastShutdownIfPossible();
|
| virtual bool SendWithTimeout(IPC::Message* msg, int timeout_ms);
|
|
|