| Index: mojo/shell/application_manager.cc | 
| diff --git a/mojo/shell/application_manager.cc b/mojo/shell/application_manager.cc | 
| index d011049d1043462c5314a286850d375f62de1e92..facade76eeea3e0faaf63f0f7e1b239aed3ff496 100644 | 
| --- a/mojo/shell/application_manager.cc | 
| +++ b/mojo/shell/application_manager.cc | 
| @@ -122,6 +122,9 @@ void ApplicationManager::CreateInstanceForHandle(ScopedHandle channel, | 
| // Instances created by others are considered unique, and thus have no | 
| // identity. As such they cannot be connected to by anyone else, and so we | 
| // never call ConnectToClient(). | 
| +  // TODO(beng): GetPermissiveCapabilityFilter() here obviously cannot make it | 
| +  //             to production. See note in application_manager.mojom. | 
| +  //             http://crbug.com/555392 | 
| Identity target_id(url, qualifier, GetPermissiveCapabilityFilter()); | 
| InterfaceRequest<Application> application_request = | 
| CreateInstance(target_id, base::Closure(), nullptr); | 
|  |