Index: chrome/browser/chromeos/login/session/kiosk_auto_launcher_session_manager_delegate.h |
diff --git a/chrome/browser/chromeos/login/session/kiosk_auto_launcher_session_manager_delegate.h b/chrome/browser/chromeos/login/session/kiosk_auto_launcher_session_manager_delegate.h |
deleted file mode 100644 |
index f62406082dd15c5c832dec0cbc49934c96389c31..0000000000000000000000000000000000000000 |
--- a/chrome/browser/chromeos/login/session/kiosk_auto_launcher_session_manager_delegate.h |
+++ /dev/null |
@@ -1,30 +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. |
- |
-#ifndef CHROME_BROWSER_CHROMEOS_LOGIN_SESSION_KIOSK_AUTO_LAUNCHER_SESSION_MANAGER_DELEGATE_H_ |
-#define CHROME_BROWSER_CHROMEOS_LOGIN_SESSION_KIOSK_AUTO_LAUNCHER_SESSION_MANAGER_DELEGATE_H_ |
- |
-#include <memory> |
- |
-#include "base/macros.h" |
-#include "components/session_manager/core/session_manager.h" |
- |
-namespace chromeos { |
- |
-class KioskAutoLauncherSessionManagerDelegate |
- : public session_manager::SessionManagerDelegate { |
- public: |
- KioskAutoLauncherSessionManagerDelegate(); |
- ~KioskAutoLauncherSessionManagerDelegate() override; |
- |
- private: |
- // session_manager::SessionManagerDelegate implementation: |
- void Start() override; |
- |
- DISALLOW_COPY_AND_ASSIGN(KioskAutoLauncherSessionManagerDelegate); |
-}; |
- |
-} // namespace chromeos |
- |
-#endif // CHROME_BROWSER_CHROMEOS_LOGIN_SESSION_KIOSK_AUTO_LAUNCHER_SESSION_MANAGER_DELEGATE_H_ |