Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(118)

Side by Side Diff: chrome/browser/chromeos/login/session/chrome_session_manager.h

Issue 2438063002: user_manager: Remove deps on session_manager (Closed)
Patch Set: fix nits in PS1 Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 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 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_CHROMEOS_LOGIN_SESSION_CHROME_SESSION_MANAGER_H_ 5 #ifndef CHROME_BROWSER_CHROMEOS_LOGIN_SESSION_CHROME_SESSION_MANAGER_H_
6 #define CHROME_BROWSER_CHROMEOS_LOGIN_SESSION_CHROME_SESSION_MANAGER_H_ 6 #define CHROME_BROWSER_CHROMEOS_LOGIN_SESSION_CHROME_SESSION_MANAGER_H_
7 7
8 #include "base/macros.h" 8 #include "base/macros.h"
9 #include "components/session_manager/core/session_manager.h" 9 #include "components/session_manager/core/session_manager.h"
10 10
(...skipping 10 matching lines...) Expand all
21 static std::unique_ptr<session_manager::SessionManager> CreateSessionManager( 21 static std::unique_ptr<session_manager::SessionManager> CreateSessionManager(
22 const base::CommandLine& parsed_command_line, 22 const base::CommandLine& parsed_command_line,
23 Profile* profile, 23 Profile* profile,
24 bool is_running_test); 24 bool is_running_test);
25 25
26 private: 26 private:
27 explicit ChromeSessionManager( 27 explicit ChromeSessionManager(
28 session_manager::SessionManagerDelegate* delegate); 28 session_manager::SessionManagerDelegate* delegate);
29 ~ChromeSessionManager() override; 29 ~ChromeSessionManager() override;
30 30
31 // session_manager::SessionManager:
32 void SessionStarted() override;
33
31 DISALLOW_COPY_AND_ASSIGN(ChromeSessionManager); 34 DISALLOW_COPY_AND_ASSIGN(ChromeSessionManager);
32 }; 35 };
33 36
34 } // namespace chromeos 37 } // namespace chromeos
35 38
36 #endif // CHROME_BROWSER_CHROMEOS_LOGIN_SESSION_CHROME_SESSION_MANAGER_H_ 39 #endif // CHROME_BROWSER_CHROMEOS_LOGIN_SESSION_CHROME_SESSION_MANAGER_H_
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/login/screens/error_screen.cc ('k') | chrome/browser/chromeos/login/session/chrome_session_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698