Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(23)

Unified Diff: ipc/mojo/ipc_mojo_bootstrap.h

Issue 671513011: Add a guard in MojoBootstrap::OnClientLaunched() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ipc/mojo/ipc_mojo_bootstrap.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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; }
« no previous file with comments | « no previous file | ipc/mojo/ipc_mojo_bootstrap.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698