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

Unified Diff: services/service_manager/public/interfaces/connector.mojom

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/interfaces/connector.mojom
diff --git a/services/service_manager/public/interfaces/connector.mojom b/services/service_manager/public/interfaces/connector.mojom
index 63168e4a15ac5f6ae04d0991307068eda41d03de..f554765555ef27a79b87ae9b5de644a8cca4357b 100644
--- a/services/service_manager/public/interfaces/connector.mojom
+++ b/services/service_manager/public/interfaces/connector.mojom
@@ -164,4 +164,9 @@ interface Connector {
// Clones this Connector so it can be passed to another thread.
Clone(Connector& request);
+
+ ApplySpec(string spec,
Tom Sepez 2017/04/25 23:51:20 I'm a little worried about parsing this (untrusted
Ken Rockot(use gerrit already) 2017/04/26 00:06:33 It's just the name of a spec. The spec itself is s
+ Identity source,
+ InterfaceProvider& source_request,
+ InterfaceProvider target);
};
« no previous file with comments | « services/service_manager/public/cpp/lib/connector_impl.cc ('k') | services/service_manager/service_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698