| 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); | 
| }; | 
|  |