| Index: ipc/mojo/ipc_mojo_bootstrap.h
|
| diff --git a/ipc/mojo/ipc_mojo_bootstrap.h b/ipc/mojo/ipc_mojo_bootstrap.h
|
| index 540becfbd2b7ffb823eae69443cfa1d24458f5b4..5f16ef434f6c3a034e0e02fa2c5e3f792e240c09 100644
|
| --- a/ipc/mojo/ipc_mojo_bootstrap.h
|
| +++ b/ipc/mojo/ipc_mojo_bootstrap.h
|
| @@ -60,6 +60,7 @@ class IPC_MOJO_EXPORT MojoBootstrap : public Listener {
|
| Delegate* delegate() const { return delegate_; }
|
| bool Send(Message* message);
|
| void Fail();
|
| + bool HasFailed() const;
|
|
|
| State state() const { return state_; }
|
| void set_state(State state) { state_ = state; }
|
|
|