diff options
Diffstat (limited to 'content/public/test/mock_render_process_host.h')
-rw-r--r-- | content/public/test/mock_render_process_host.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/public/test/mock_render_process_host.h b/content/public/test/mock_render_process_host.h index 648f697..5465336 100644 --- a/content/public/test/mock_render_process_host.h +++ b/content/public/test/mock_render_process_host.h @@ -46,6 +46,7 @@ class MockRenderProcessHost : public RenderProcessHost { virtual void WidgetRestored() OVERRIDE; virtual void WidgetHidden() OVERRIDE; virtual int VisibleWidgetCount() const OVERRIDE; + virtual bool IsGuest() const OVERRIDE; virtual void AddWord(const string16& word); virtual bool FastShutdownIfPossible() OVERRIDE; virtual bool FastShutdownStarted() const OVERRIDE; |