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

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..9f2322874e6b5f23004dbcd43740f8e9ddcb4a48 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 FilterInterfaces(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;
« no previous file with comments | « headless/lib/headless_web_contents_browsertest.cc ('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