| Index: mojo/shell/connect_util.h
 | 
| diff --git a/mojo/shell/connect_util.h b/mojo/shell/connect_util.h
 | 
| index 780f7a9f32a18cd57441db91876478a01c1cf10f..8d1a8d63798692a6cc2e9b0a451fe3596c3010bb 100644
 | 
| --- a/mojo/shell/connect_util.h
 | 
| +++ b/mojo/shell/connect_util.h
 | 
| @@ -21,7 +21,8 @@ ScopedMessagePipeHandle ConnectToServiceByName(
 | 
|      const std::string& interface_name);
 | 
|  
 | 
|  // Must only be used by shell internals and test code as it does not forward
 | 
| -// capability filters.
 | 
| +// capability filters. Runs |application_url| with a permissive capability
 | 
| +// filter.
 | 
|  template <typename Interface>
 | 
|  inline void ConnectToService(ApplicationManager* application_manager,
 | 
|                               const GURL& application_url,
 | 
| 
 |