| Auto-Submit | +1 |
| Owners-Override | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Bot-Commit | +1 |
| Commit-Queue | +2 |
Revert "Remove superfluous callback.h includes from //chrome headers"
This reverts commit 902f4bbfac86c31b03fa5db7c2fc9c68c371171c.
Reason for revert: In order to check that this CL doesn't really affect any failures of:
PluginVmInstallerDownloadServiceTest.*
PluginVmInstallerDriveTest.*
PluginVmManagerImplTest.*
https://ci.chromium.org/ui/b/8698446718854618721
https://ci.chromium.org/ui/b/8698437841855785665
Disclaimer: I understand that this CL just removed redundant #includes and shouldn't affect any behavioral changes, but this is the only one CL touching //chrome/browser/ash/plugin_vm/ recently. Let me revert this CL to confirm that this CL is not really related to the test failures. [Purely theoretically a missing #include could cause a missing template definition and could change a behavior.]
Original change's description:
> Remove superfluous callback.h includes from //chrome headers
>
> Remove unused includes mostly found by heuristics in headers that do not
> contain keywords like "Callback" or "Closure".
>
> Bug: 40318405
> Change-Id: I4cc8a9cb5a3aaf3b8d149360eb4ebd5cb002f92a
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7139543
> Reviewed-by: Victor Vianna <victor...@google.com>
> Commit-Queue: Daniel Cheng <dch...@chromium.org>
> Cr-Commit-Position: refs/heads/main@{#1543439}
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Disclaimer: I understand that this CL just removed redundant #includes and shouldn't affect any behavioral changes, but this is the only one CL touching //chrome/browser/ash/plugin_vm/ recently. Let me revert this CL to confirm that this CL is not really related to the test failures. [Purely theoretically a missing #include could cause a missing template definition and could change a behavior.]I see the red bot went green later, but the run that went green didn't contain this revert.
From the logs, it looks like the PluginVm tests were failing because LSAN decided a StatisticsProviderImpl instantiation was leaking. That code is in //chromeos/ash.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Disclaimer: I understand that this CL just removed redundant #includes and shouldn't affect any behavioral changes, but this is the only one CL touching //chrome/browser/ash/plugin_vm/ recently. Let me revert this CL to confirm that this CL is not really related to the test failures. [Purely theoretically a missing #include could cause a missing template definition and could change a behavior.]I see the red bot went green later, but the run that went green didn't contain this revert.
From the logs, it looks like the PluginVm tests were failing because LSAN decided a StatisticsProviderImpl instantiation was leaking. That code is in //chromeos/ash.
Thanks for the confirmation and investigation. Please re-land this CL. I really appreciate your patience and cooperations.