| Index: mojo/edk/system/child_broker_host.h
 | 
| diff --git a/mojo/edk/system/child_broker_host.h b/mojo/edk/system/child_broker_host.h
 | 
| index 943ff13e280f47296477f17c41c41c05a9bec21e..057b9e0ff6f32f508548f145db31ee4ce2e86d29 100644
 | 
| --- a/mojo/edk/system/child_broker_host.h
 | 
| +++ b/mojo/edk/system/child_broker_host.h
 | 
| @@ -48,6 +48,10 @@ class MOJO_SYSTEM_IMPL_EXPORT ChildBrokerHost
 | 
|    // be 0.
 | 
|    void ConnectMessagePipe(uint64_t pipe_id, base::ProcessId process_id);
 | 
|  
 | 
| +  // Sends a message to the child process informing it that the peer process has
 | 
| +  // died before it could connect.
 | 
| +  void PeerDied(uint64_t pipe_id);
 | 
| +
 | 
|    RoutedRawChannel* channel() { return child_channel_; }
 | 
|  
 | 
|   private:
 | 
| 
 |