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

Unified Diff: services/service_manager/public/cpp/lib/connector_impl.h

Issue 2475543003: Introduce the image_decoder service (Closed)
Patch Set: . Created 4 years, 1 month 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
Index: services/service_manager/public/cpp/lib/connector_impl.h
diff --git a/services/service_manager/public/cpp/lib/connector_impl.h b/services/service_manager/public/cpp/lib/connector_impl.h
index 487a33b07088c4e003f501bcddc0df96f19c0e46..a07858c16de417b6eaf9ef72f05fe0f8cd55c14b 100644
--- a/services/service_manager/public/cpp/lib/connector_impl.h
+++ b/services/service_manager/public/cpp/lib/connector_impl.h
@@ -27,6 +27,7 @@ class ConnectorImpl : public Connector {
std::unique_ptr<Connection> Connect(const std::string& name) override;
std::unique_ptr<Connection> Connect(ConnectParams* params) override;
std::unique_ptr<Connector> Clone() override;
+ void BindRequest(mojom::ConnectorRequest request) override;
bool BindIfNecessary();
« no previous file with comments | « services/service_manager/public/cpp/connector.h ('k') | services/service_manager/public/cpp/lib/connector_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698