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

Unified Diff: services/service_manager/public/cpp/connector.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/connector.h
diff --git a/services/service_manager/public/cpp/connector.h b/services/service_manager/public/cpp/connector.h
index 1b39e9771509ea2d56ad9a94dc4b628f88a81f0b..5251b26feea9cc5ffc318fb3eac2fc408cc066db 100644
--- a/services/service_manager/public/cpp/connector.h
+++ b/services/service_manager/public/cpp/connector.h
@@ -109,6 +109,9 @@ class Connector {
// The returned object may be passed multiple times until Connect() is called,
// at which point this method must be called again to pass again.
virtual std::unique_ptr<Connector> Clone() = 0;
+
+ // Binds a Connector request to the other end of this Connector.
+ virtual void BindRequest(mojom::ConnectorRequest request) = 0;
};
} // namespace service_manager
« no previous file with comments | « services/image_decoder/public/interfaces/image_decoder.mojom ('k') | services/service_manager/public/cpp/lib/connector_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698