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

Unified Diff: mojo/shell/public/cpp/lib/connector_impl.h

Issue 1761113002: Monitor the ShellClient binding for pipe closure as a signal to shut down the ShellConnection, rath… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@28lifecycle2
Patch Set: Created 4 years, 10 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 | « mojo/services/tracing/tracing_app.cc ('k') | mojo/shell/public/cpp/lib/connector_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/public/cpp/lib/connector_impl.h
diff --git a/mojo/shell/public/cpp/lib/connector_impl.h b/mojo/shell/public/cpp/lib/connector_impl.h
index 0e0a3482a01a15e539e72b4db2d939528a0bd00a..44f37b1556463566d9a4ee040ce6b721cf3c8b9c 100644
--- a/mojo/shell/public/cpp/lib/connector_impl.h
+++ b/mojo/shell/public/cpp/lib/connector_impl.h
@@ -15,8 +15,7 @@ namespace mojo {
class ConnectorImpl : public Connector {
public:
explicit ConnectorImpl(shell::mojom::ConnectorPtrInfo unbound_state);
- ConnectorImpl(shell::mojom::ConnectorPtr connector,
- const base::Closure& connection_error_closure);
+ explicit ConnectorImpl(shell::mojom::ConnectorPtr connector);
~ConnectorImpl() override;
private:
« no previous file with comments | « mojo/services/tracing/tracing_app.cc ('k') | mojo/shell/public/cpp/lib/connector_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698