chromeos: Rename BootTimesLoader to BootTimesRecorder.
The ability to load stats was dropped in https://chromium.googlesource.com/chromium/src/+/fa4fc43e3b8c4bdf25f95fd3b62b4c5bbaefdcb2 hence this class is no longer a loader.
Updated the outdated class comment mentioning about CancelableTaskTracker. Changed it to say that BootTimesRecorder is now used to record times of boot, login, and logout.
BUG=443524
[email protected]
[email protected]
Review URL: https://codereview.chromium.org/835143002
Cr-Commit-Position: refs/heads/master@{#310226}
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index d41cc757..4a60c34 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -164,7 +164,7 @@
True,
(
r"^base[\\\/]process[\\\/]process_metrics_linux\.cc$",
- r"^chrome[\\\/]browser[\\\/]chromeos[\\\/]boot_times_loader\.cc$",
+ r"^chrome[\\\/]browser[\\\/]chromeos[\\\/]boot_times_recorder\.cc$",
r"^chrome[\\\/]browser[\\\/]chromeos[\\\/]"
"customization_document_browsertest\.cc$",
r"^components[\\\/]crash[\\\/]app[\\\/]breakpad_mac\.mm$",