| Index: components/devtools_service/devtools_service_delegate.h
|
| diff --git a/components/devtools_service/devtools_service_delegate.h b/components/devtools_service/devtools_service_delegate.h
|
| index d5f1d5730107ec27f05cc55f808ac307a7e8c746..a500a7fe3e011867234859990b506b2dab59ee93 100644
|
| --- a/components/devtools_service/devtools_service_delegate.h
|
| +++ b/components/devtools_service/devtools_service_delegate.h
|
| @@ -25,7 +25,8 @@ class DevToolsServiceDelegate
|
|
|
| private:
|
| // mojo::ApplicationDelegate implementation.
|
| - void Initialize(mojo::ApplicationImpl* app) override;
|
| + void Initialize(mojo::Shell* shell, const std::string& url,
|
| + uint32_t id) override;
|
| bool AcceptConnection(
|
| mojo::ApplicationConnection* connection) override;
|
| void Quit() override;
|
|
|