| Index: services/js/content_handler_main.cc
|
| diff --git a/services/js/content_handler_main.cc b/services/js/content_handler_main.cc
|
| index a114a1719af93d4cfb40fc22fc363a3eab665d58..a08a3d905a202315781a17373b7f95b02261e880 100644
|
| --- a/services/js/content_handler_main.cc
|
| +++ b/services/js/content_handler_main.cc
|
| @@ -31,7 +31,8 @@ class JsContentHandler : 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;
|
| }
|
|
|