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 60f19f0599ca4ce8d6b66730bef2a56564272f76..6606504493cd81e02bc58e7f2bdb329c8c2783ae 100644 |
--- a/content/public/test/mock_render_thread.cc |
+++ b/content/public/test/mock_render_thread.cc |
@@ -193,6 +193,10 @@ void MockRenderThread::ReleaseCachedFonts() { |
#endif // OS_WIN |
+IPC::AttachmentBroker* MockRenderThread::GetAttachmentBroker() { |
+ return nullptr; |
+} |
+ |
ServiceRegistry* MockRenderThread::GetServiceRegistry() { |
return NULL; |
} |