| 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 a241ff048b56c4f39884734a9a2e6cd7469a2bfc..a20dc54e96d949b502c7cc6af8fd319ec32783ff 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 {
|
| int64 idle_notification_delay_in_ms) OVERRIDE;
|
| virtual void ToggleWebKitSharedTimer(bool suspend) OVERRIDE;
|
| virtual void UpdateHistograms(int sequence_number) OVERRIDE;
|
| + virtual bool ResolveProxy(const GURL& url, std::string* proxy_list) OVERRIDE;
|
| #if defined(OS_WIN)
|
| virtual void PreCacheFont(const LOGFONT& log_font) OVERRIDE;
|
| virtual void ReleaseCachedFonts() OVERRIDE;
|
|
|