summaryrefslogtreecommitdiffstats
path: root/PRESUBMIT.py
diff options
context:
space:
mode:
authortfarina <tfarina@chromium.org>2015-01-06 19:21:22 -0800
committerCommit bot <commit-bot@chromium.org>2015-01-07 03:22:09 +0000
commit0923ac581b6b65efc0c136bee8c1218a3339928f (patch)
tree83995af187cc199cb3f9e5d5e1a0435aed0e88af /PRESUBMIT.py
parent80a3a994bcd04ef501f922e9bbb5b7c34010949a (diff)
downloadchromium_src-0923ac581b6b65efc0c136bee8c1218a3339928f.zip
chromium_src-0923ac581b6b65efc0c136bee8c1218a3339928f.tar.gz
chromium_src-0923ac581b6b65efc0c136bee8c1218a3339928f.tar.bz2
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 R=satorux@chromium.org TBR=jochen@chromium.org Review URL: https://codereview.chromium.org/835143002 Cr-Commit-Position: refs/heads/master@{#310226}
Diffstat (limited to 'PRESUBMIT.py')
-rw-r--r--PRESUBMIT.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index d41cc75..4a60c34 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -164,7 +164,7 @@ _BANNED_CPP_FUNCTIONS = (
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$",