Chromium Code Reviews| Index: chrome/common/ipc_test_sink.cc |
| =================================================================== |
| --- chrome/common/ipc_test_sink.cc (revision 70144) |
| +++ chrome/common/ipc_test_sink.cc (working copy) |
| @@ -19,9 +19,8 @@ |
| return true; |
| } |
| -bool TestSink::OnMessageReceived(const Message& msg) { |
| +void TestSink::OnMessageReceived(const Message& msg) { |
| messages_.push_back(Message(msg)); |
| - return true; |
| } |
| void TestSink::ClearMessages() { |