forked from sanyaade-mobiledev/chromium.src
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert 286187 "user_manager component: Add UserManagerBase class."
Breaks PreferencesTest.MultiProfiles: http://build.chromium.org/p/chromium.memory/builders/Linux%20Chromium%20OS%20ASan%20LSan%20Tests%20%281%29/builds/2299 [311:311:0729/081921:FATAL:user_manager.cc(69)] Check failed: g_user_manager. > user_manager component: Add UserManagerBase class. > > UserManagerBase contains common methods extracted from UserManagerImpl. > UserManagerImpl was renamed to ChromeUserManager and inherits UserManagerBase. > > Misc refactoring: > * Move HasBrowserStarted() to SessionManager > * Add generic getter SessionManager::Get() which makes it possible for concrete clients don't depend on instance ownership like g_browser_process->platform_part()->SessionManager(). > * Moved CRLSet code out of UserManager::UserLoggedIn(), to UserSessionManager. > > BUG=387614 > > Review URL: https://codereview.chromium.org/417623002 TBR=nkostylev@chromium.org Review URL: https://codereview.chromium.org/424193002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@286263 0039d316-1c4b-4281-b951-d872f2087c98
- Loading branch information
skobes@chromium.org
committed
Jul 29, 2014
1 parent
dd1c2a7
commit d79b6fe
Showing
27 changed files
with
2,148 additions
and
2,570 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.