Index: content/test/mock_render_thread.cc |
=================================================================== |
--- content/test/mock_render_thread.cc (revision 146279) |
+++ content/test/mock_render_thread.cc (working copy) |
@@ -174,6 +174,9 @@ |
#endif // OS_WIN |
+void MockRenderThread::UpdateHistograms(int sequence_number) { |
+} |
+ |
void MockRenderThread::SendCloseMessage() { |
ViewMsg_Close msg(routing_id_); |
widget_->OnMessageReceived(msg); |