1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef CHROME_BROWSER_CHROMEOS_LOGIN_SESSION_CHROME_SESSION_MANAGER_H_
6 #define CHROME_BROWSER_CHROMEOS_LOGIN_SESSION_CHROME_SESSION_MANAGER_H_
8 #include "base/basictypes.h"
9 #include "components/session_manager/core/session_manager.h"
19 class ChromeSessionManager
: public session_manager::SessionManager
{
21 static scoped_ptr
<session_manager::SessionManager
> CreateSessionManager(
22 const base::CommandLine
& parsed_command_line
,
24 bool is_running_test
);
27 explicit ChromeSessionManager(
28 session_manager::SessionManagerDelegate
* delegate
);
29 ~ChromeSessionManager() override
;
31 DISALLOW_COPY_AND_ASSIGN(ChromeSessionManager
);
34 } // namespace chromeos
36 #endif // CHROME_BROWSER_CHROMEOS_LOGIN_SESSION_CHROME_SESSION_MANAGER_H_