| Index: examples/media_test/media_test_app.cc
|
| diff --git a/examples/media_test/media_test_app.cc b/examples/media_test/media_test_app.cc
|
| index 4315a992f71609f1df74e8a08026234adbb7f604..dc618f3ea3e8488aee4e08c782ac9605089a1ed0 100644
|
| --- a/examples/media_test/media_test_app.cc
|
| +++ b/examples/media_test/media_test_app.cc
|
| @@ -70,11 +70,6 @@ class MediaTestApp : public mojo::ApplicationDelegate {
|
| Poll();
|
| }
|
|
|
| - bool ConfigureIncomingConnection(
|
| - mojo::ApplicationConnection* connection) override {
|
| - return true;
|
| - }
|
| -
|
| private:
|
| static const char* kHome;
|
| static const char* kClearLine;
|
|
|