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

Unified Diff: services/service_manager/public/cpp/connector.h

Issue 2816393002: Implement Connector::ApplySpec() & use to enforce navigation:frame (Closed)
Patch Set: . Created 3 years, 8 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
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 ae15116292acc928d3a5150fd84bcdfb1a675411..4dc3d78330bda130f56a50b4990dc5ee4ab84a5a 100644
--- a/services/service_manager/public/cpp/connector.h
+++ b/services/service_manager/public/cpp/connector.h
@@ -113,6 +113,11 @@ class Connector {
// to pass again.
virtual std::unique_ptr<Connector> Clone() = 0;
+ virtual void ApplySpec(const std::string& spec,
+ const Identity& source_identity,
+ mojom::InterfaceProviderRequest request,
+ mojom::InterfaceProviderPtr target) = 0;
+
// Binds a Connector request to the other end of this Connector.
virtual void BindConnectorRequest(mojom::ConnectorRequest request) = 0;

Powered by Google App Engine
This is Rietveld 408576698