| Index: mojo/shell/runner/child/native_apptest_target.cc
|
| diff --git a/mojo/shell/runner/child/native_apptest_target.cc b/mojo/shell/runner/child/native_apptest_target.cc
|
| index 04ebdbbc0c13a22b5e7c36537bbe12f57232e997..565ba300a17b9359dbf56e19b809e565be96b583 100644
|
| --- a/mojo/shell/runner/child/native_apptest_target.cc
|
| +++ b/mojo/shell/runner/child/native_apptest_target.cc
|
| @@ -10,7 +10,6 @@
|
| #include "mojo/public/cpp/bindings/binding_set.h"
|
| #include "mojo/shell/public/cpp/connection.h"
|
| #include "mojo/shell/public/cpp/interface_factory.h"
|
| -#include "mojo/shell/public/cpp/shell.h"
|
| #include "mojo/shell/public/cpp/shell_client.h"
|
| #include "mojo/shell/runner/child/test_native_main.h"
|
| #include "mojo/shell/runner/child/test_native_service.mojom.h"
|
| @@ -28,8 +27,6 @@ class TargetApplicationDelegate
|
|
|
| private:
|
| // mojo::ShellClient:
|
| - void Initialize(mojo::Shell* shell, const std::string& url,
|
| - uint32_t id, uint32_t user_id) override {}
|
| bool AcceptConnection(mojo::Connection* connection) override {
|
| connection->AddInterface<mojo::shell::test::TestNativeService>(this);
|
| return true;
|
|
|