| 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 fa1a2872f534fcbbe5b4ed0a4be3730fe0179fec..54245dad1956d371fbb5db8ab251fa1c816a831d 100644
|
| --- a/services/python/content_handler/content_handler_main.cc
|
| +++ b/services/python/content_handler/content_handler_main.cc
|
| @@ -245,8 +245,8 @@ class PythonContentHandlerApp : public ApplicationDelegate {
|
| } // namespace python
|
| } // namespace services
|
|
|
| -MojoResult MojoMain(MojoHandle shell_handle) {
|
| +MojoResult MojoMain(MojoHandle application_request) {
|
| mojo::ApplicationRunnerChromium runner(
|
| new services::python::content_handler::PythonContentHandlerApp());
|
| - return runner.Run(shell_handle);
|
| + return runner.Run(application_request);
|
| }
|
|
|