| Index: services/nacl/content_handler_main.cc
|
| diff --git a/services/nacl/content_handler_main.cc b/services/nacl/content_handler_main.cc
|
| index a418ddf2c49dfd7d13472e381bb5cc809734ec80..c1cba0dabae5e18d43e89e8346ef8de111801114 100644
|
| --- a/services/nacl/content_handler_main.cc
|
| +++ b/services/nacl/content_handler_main.cc
|
| @@ -116,7 +116,8 @@ class NaClContentHandler : public mojo::ApplicationDelegate,
|
|
|
| // Overridden from ApplicationDelegate:
|
| bool ConfigureIncomingConnection(
|
| - mojo::ApplicationConnection* connection) override {
|
| + mojo::ApplicationConnection* connection,
|
| + const std::string& url) override {
|
| connection->AddService(&content_handler_factory_);
|
| return true;
|
| }
|
|
|