| Index: services/python/content_handler/content_handler_main.cc
|
| diff --git a/services/python/content_handler/content_handler_main.cc b/services/python/content_handler/content_handler_main.cc
|
| index 39e8b0e56dcb14eea3f34e563682760e4f151572..094867403cdba6a14345a5798e190e4811a92983 100644
|
| --- a/services/python/content_handler/content_handler_main.cc
|
| +++ b/services/python/content_handler/content_handler_main.cc
|
| @@ -62,7 +62,7 @@ class PythonContentHandler : public ApplicationDelegate,
|
| }
|
|
|
| // Overridden from ApplicationDelegate:
|
| - bool ConfigureIncomingConnection(ApplicationConnection* connection) override {
|
| + bool ConfigureIncomingConnection(ApplicationConnection* connection, const std::string& url) override {
|
| connection->AddService(&content_handler_factory_);
|
| return true;
|
| }
|
|
|