| Index: mojo/public/cpp/application/application_delegate.h
|
| diff --git a/mojo/public/cpp/application/application_delegate.h b/mojo/public/cpp/application/application_delegate.h
|
| index 5519f6cd78ff56c921b5519db4b0c0610666401e..07f2a64153816d90d4b99c502309c09ce87a4532 100644
|
| --- a/mojo/public/cpp/application/application_delegate.h
|
| +++ b/mojo/public/cpp/application/application_delegate.h
|
| @@ -26,8 +26,11 @@ class ApplicationDelegate {
|
|
|
| // Override this method to configure what services a connection supports when
|
| // being connected to from an app.
|
| + // |url| is the URL that was requested by the remote application, after all
|
| + // resolutions, mappings, and redirects.
|
| // Return false to reject the connection entirely.
|
| - virtual bool ConfigureIncomingConnection(ApplicationConnection* connection);
|
| + virtual bool ConfigureIncomingConnection(ApplicationConnection* connection,
|
| + const std::string& url);
|
|
|
| // Override this method to configure what services a connection supports when
|
| // connecting to another app.
|
|
|