| Index: sky/tools/debugger/debugger.cc
|
| diff --git a/sky/tools/debugger/debugger.cc b/sky/tools/debugger/debugger.cc
|
| index ed17436a23b7ba1646d7e81dfeedaab7e91cc501..f784545065659519089a5350a809e423a4de8840 100644
|
| --- a/sky/tools/debugger/debugger.cc
|
| +++ b/sky/tools/debugger/debugger.cc
|
| @@ -66,7 +66,8 @@ class SkyDebugger : public mojo::ApplicationDelegate,
|
| }
|
|
|
| bool ConfigureIncomingConnection(
|
| - mojo::ApplicationConnection* connection) override {
|
| + mojo::ApplicationConnection* connection,
|
| + const std::string& url) override {
|
| return true;
|
| }
|
|
|
|
|