| Index: services/kiosk_wm/main.cc
|
| diff --git a/services/kiosk_wm/main.cc b/services/kiosk_wm/main.cc
|
| deleted file mode 100644
|
| index 6e250e538aa2aa08861104fb528e3aba0caf9596..0000000000000000000000000000000000000000
|
| --- a/services/kiosk_wm/main.cc
|
| +++ /dev/null
|
| @@ -1,13 +0,0 @@
|
| -// Copyright 2014 The Chromium Authors. All rights reserved.
|
| -// Use of this source code is governed by a BSD-style license that can be
|
| -// found in the LICENSE file.
|
| -
|
| -#include "mojo/application/application_runner_chromium.h"
|
| -#include "mojo/public/c/system/main.h"
|
| -
|
| -#include "services/kiosk_wm/kiosk_wm.h"
|
| -
|
| -MojoResult MojoMain(MojoHandle application_request) {
|
| - mojo::ApplicationRunnerChromium runner(new kiosk_wm::KioskWM);
|
| - return runner.Run(application_request);
|
| -}
|
|
|