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

Unified Diff: mojo/shell/application_manager.mojom

Issue 1465793005: Pass CapabilityFilter via CreateInstanceForHandle (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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
deleted file mode 100644
index fbd2be76fea780f71899e4e72ae0834511b9e214..0000000000000000000000000000000000000000
--- a/mojo/shell/application_manager.mojom
+++ /dev/null
@@ -1,20 +0,0 @@
-// Copyright 2015 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-module mojo.shell.mojom;
-
-interface ApplicationManager {
- // Instructs the ApplicationManager to create an instance for an existing
- // process at the other end of |channel|, and perform applicable
- // initialization. This assumes the target process will bind the other end of
- // 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);
-};
« 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