| Index: content/public/test/mock_render_thread.cc
|
| diff --git a/content/public/test/mock_render_thread.cc b/content/public/test/mock_render_thread.cc
|
| index b532f39d02280833dd7e5446c413bde7d814460a..f8332b7c0303b0106dc1c56da4ba3cecda2cb735 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) {
|
| }
|
|
|