| Index: content/public/test/mock_render_thread.h
|
| diff --git a/content/public/test/mock_render_thread.h b/content/public/test/mock_render_thread.h
|
| index 05c1f5420e6f208b88eedd47d1f2244c575008b3..95a944e6b878661edabd77bf65e2ff1cb850c8ba 100644
|
| --- a/content/public/test/mock_render_thread.h
|
| +++ b/content/public/test/mock_render_thread.h
|
| @@ -69,6 +69,7 @@ class MockRenderThread : public RenderThread {
|
| virtual void UpdateHistograms(int sequence_number) OVERRIDE;
|
| virtual int PostTaskToAllWebWorkers(const base::Closure& closure) OVERRIDE;
|
| virtual bool ResolveProxy(const GURL& url, std::string* proxy_list) OVERRIDE;
|
| + virtual base::WaitableEvent* GetShutdownEvent() OVERRIDE;
|
| #if defined(OS_WIN)
|
| virtual void PreCacheFont(const LOGFONT& log_font) OVERRIDE;
|
| virtual void ReleaseCachedFonts() OVERRIDE;
|
|
|