Mash: Support UserActivityController |
||||||
Issue description
UserActivityController::UserActivityController() {
// TODO(jiameng): video detector below doesn't work with MASH. Temporary
// solution is to disable logging if we're under MASH env.
if (chromeos::GetDeviceType() != chromeos::DeviceType::kChromebook ||
!features::IsAshInBrowserProcess())
return;
There are no direct header dependencies here, but we will need to enable UserActivityController for Mash at some point.
,
Aug 7
Thanks for the update. Would you please let us know when mash will be rolled out? We currently don't have resources to work on this, but we'll make sure it's done before mash is rolled out. Thanks.
,
Aug 13
,
Aug 14
sky, do you know if the video detector code here will work in SingleProcessMash? https://cs.chromium.org/chromium/src/chrome/browser/chromeos/power/ml/user_activity_controller.cc?q=useractivitycontroller&sq=package:chromium&l=21 go/singleprocessmash
,
Aug 14
I believe if that code is changed to use Shell's env it will work in single-process-mash.
,
Nov 5
,
Nov 7
looks as though single process was fixed with 913f1641f753a2a10c0dfc3b so updating labels |
||||||
►
Sign in to add a comment |
||||||
Comment 1 by steve...@chromium.org
, Aug 7