| Index: chrome/common/child_thread.cc
|
| diff --git a/chrome/common/child_thread.cc b/chrome/common/child_thread.cc
|
| index 53823bcdb154d928613471f1d6239144af420f13..dd74aeeaab49d1072b5df9f1479c431763d6f5f9 100644
|
| --- a/chrome/common/child_thread.cc
|
| +++ b/chrome/common/child_thread.cc
|
| @@ -168,6 +168,10 @@ bool ChildThread::OnMessageReceived(const IPC::Message& msg) {
|
| return router_.OnMessageReceived(msg);
|
| }
|
|
|
| +bool ChildThread::OnControlMessageReceived(const IPC::Message& msg) {
|
| + return false;
|
| +}
|
| +
|
| void ChildThread::OnAskBeforeShutdown() {
|
| check_with_browser_before_shutdown_ = true;
|
| }
|
|
|