diff options
Diffstat (limited to 'content/public/test/mock_render_thread.cc')
-rw-r--r-- | content/public/test/mock_render_thread.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/content/public/test/mock_render_thread.cc b/content/public/test/mock_render_thread.cc index b532f39..f8332b7 100644 --- a/content/public/test/mock_render_thread.cc +++ b/content/public/test/mock_render_thread.cc @@ -176,6 +176,10 @@ void MockRenderThread::ToggleWebKitSharedTimer(bool suspend) { void MockRenderThread::UpdateHistograms(int sequence_number) { } +bool MockRenderThread::ResolveProxy(const GURL& url, std::string* proxy_list) { + return false; +} + #if defined(OS_WIN) void MockRenderThread::PreCacheFont(const LOGFONT& log_font) { } |