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

Unified Diff: mojo/shell/application_manager.mojom

Issue 1442893002: Move Shell connection to content (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@i2
Patch Set: . Created 5 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
« no previous file with comments | « mojo/shell/application_manager.cc ('k') | mojo/shell/application_manager_apptest_driver.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/application_manager.mojom
diff --git a/mojo/shell/application_manager.mojom b/mojo/shell/application_manager.mojom
index 3132da6c1bfb797bc4cde9ef0e879246d0faa4fc..5ba9416d2f48d97378b5a35c75a58bc033de898a 100644
--- a/mojo/shell/application_manager.mojom
+++ b/mojo/shell/application_manager.mojom
@@ -11,5 +11,10 @@ interface ApplicationManager {
// channel to an implementation of ChildController and bind an Application
// request there.
// TODO(beng): we should probably have an Identity mojom struct.
+ // TODO(beng): for this to be used in production, it's going to have to take
+ // a fully qualified Identity complete with CapabilityFilter,
+ // otherwise child processes registered with the shell will be
+ // able to request any application/service.
+ // http://crbug.com/555392
CreateInstanceForHandle(handle channel, string url, string qualifier);
};
« no previous file with comments | « mojo/shell/application_manager.cc ('k') | mojo/shell/application_manager_apptest_driver.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698