| Index: ipc/ipc_test_sink.h
|
| diff --git a/ipc/ipc_test_sink.h b/ipc/ipc_test_sink.h
|
| index 5539c98d7cbd1574bade41f752cb5d02daa733dc..d964498de15da6f2913af0e93c7caac6b12183b7 100644
|
| --- a/ipc/ipc_test_sink.h
|
| +++ b/ipc/ipc_test_sink.h
|
| @@ -59,7 +59,7 @@ class Message;
|
| // public:
|
| // virtual bool OnMessageReceived(const IPC::Message& msg) {
|
| // <do something with the message>
|
| -// MessageLoop::current()->Quit();
|
| +// MessageLoop::current()->QuitWhenIdle();
|
| // return false; // to store the message in the sink, or true to drop it
|
| // }
|
| // };
|
|
|