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

Unified Diff: components/user_manager/user.h

Issue 417623002: user_manager component: Add UserManagerBase class. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: check for LocalState, update test - make sure that policies are initialized on UserManager creation Created 6 years, 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/session_manager/core/session_manager.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/user_manager/user.h
diff --git a/components/user_manager/user.h b/components/user_manager/user.h
index c16a523309b7451ff941e175973eff1b6098d7b7..006761db2048b81986672a18b1d2cbdf21f93cfb 100644
--- a/components/user_manager/user.h
+++ b/components/user_manager/user.h
@@ -18,13 +18,14 @@
#include "ui/gfx/image/image_skia.h"
namespace chromeos {
+class ChromeUserManager;
class FakeLoginUtils;
class FakeUserManager;
class MockUserManager;
class SupervisedUserManagerImpl;
class UserAddingScreenTest;
class UserImageManagerImpl;
-class UserManagerImpl;
+class UserManagerBase;
class UserSessionManager;
}
@@ -143,9 +144,10 @@ class USER_MANAGER_EXPORT User : public UserInfo {
bool is_profile_created() const { return profile_is_created_; }
protected:
+ friend class chromeos::ChromeUserManager;
friend class chromeos::SupervisedUserManagerImpl;
- friend class chromeos::UserManagerImpl;
friend class chromeos::UserImageManagerImpl;
+ friend class chromeos::UserManagerBase;
friend class chromeos::UserSessionManager;
// For testing:
« no previous file with comments | « components/session_manager/core/session_manager.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698