Skip to content

Commit

Permalink
Start GuestOsSessionTracker in UserSessionInitializer
Browse files Browse the repository at this point in the history
Ensure GuestOsSessionTracker is started to capture all VM events.

(cherry picked from commit 0e1aa7b)

Bug: b/253838039
Change-Id: I31bbb94331347e795f22bfb2863139145ef729a2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3958457
Commit-Queue: Xiyuan Xia <xiyuan@chromium.org>
Auto-Submit: Joel Hockey <joelhockey@chromium.org>
Reviewed-by: Xiyuan Xia <xiyuan@chromium.org>
Reviewed-by: David Munro <davidmunro@google.com>
Cr-Original-Commit-Position: refs/heads/main@{#1060011}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3962228
Commit-Queue: Joel Hockey <joelhockey@chromium.org>
Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/5359@{#44}
Cr-Branched-From: 27d3765-refs/heads/main@{#1058933}
  • Loading branch information
Joel Hockey authored and Chromium LUCI CQ committed Oct 17, 2022
1 parent cbca5d0 commit 1bb5ee3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions chrome/browser/ash/login/session/user_session_initializer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
#include "chrome/browser/ash/child_accounts/screen_time_controller_factory.h"
#include "chrome/browser/ash/crostini/crostini_manager.h"
#include "chrome/browser/ash/eche_app/eche_app_manager_factory.h"
#include "chrome/browser/ash/guest_os/guest_os_session_tracker.h"
#include "chrome/browser/ash/lock_screen_apps/state_controller.h"
#include "chrome/browser/ash/login/startup_utils.h"
#include "chrome/browser/ash/phonehub/phone_hub_manager_factory.h"
Expand Down Expand Up @@ -227,6 +228,7 @@ void UserSessionInitializer::InitializePrimaryProfileServices(
}

arc::ArcServiceLauncher::Get()->OnPrimaryUserProfilePrepared(profile);
guest_os::GuestOsSessionTracker::GetForProfile(profile);

crostini::CrostiniManager* crostini_manager =
crostini::CrostiniManager::GetForProfile(profile);
Expand Down

0 comments on commit 1bb5ee3

Please sign in to comment.