Chromium Code Reviews| Index: content/test/mock_render_thread.cc |
| =================================================================== |
| --- content/test/mock_render_thread.cc (revision 140625) |
| +++ 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); |