| Index: services/android/java_handler.h
|
| diff --git a/services/android/java_handler.h b/services/android/java_handler.h
|
| index d2f434d645fd3fc3b78eb33e6cabef6402b509ae..83157d692ee1642f368fc13bb97ed8a091c65e1e 100644
|
| --- a/services/android/java_handler.h
|
| +++ b/services/android/java_handler.h
|
| @@ -29,7 +29,8 @@ class JavaHandler : public mojo::ApplicationDelegate,
|
| // ApplicationDelegate:
|
| void Initialize(mojo::ApplicationImpl* app) override;
|
| bool ConfigureIncomingConnection(
|
| - mojo::ApplicationConnection* connection) override;
|
| + mojo::ApplicationConnection* connection,
|
| + const std::string& url) override;
|
|
|
| // ContentHandlerFactory::Delegate:
|
| void RunApplication(
|
|
|