Commit a8637e9b authored by Jae Hoon Kim's avatar Jae Hoon Kim Committed by Chromium LUCI CQ

Remove CheckForUpdates log + TODO

Bug is fixed and stale logging + TODO lingering.

BUG=chromium:851151

Change-Id: I9366d12c40a37fb55fa0c099c1dbf89c3dfb740e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2575878Reviewed-by: default avatarJoshua Pawlicki <waffles@chromium.org>
Commit-Queue: Jae Hoon Kim <kimjae@chromium.org>
Cr-Commit-Position: refs/heads/master@{#834371}
parent 891c5a44
...@@ -320,9 +320,6 @@ bool CrxUpdateService::CheckForUpdates( ...@@ -320,9 +320,6 @@ bool CrxUpdateService::CheckForUpdates(
UpdateScheduler::OnFinishedCallback on_finished) { UpdateScheduler::OnFinishedCallback on_finished) {
DCHECK(thread_checker_.CalledOnValidThread()); DCHECK(thread_checker_.CalledOnValidThread());
// TODO(xiaochu): remove this log after https://crbug.com/851151 is fixed.
VLOG(1) << "CheckForUpdates: automatic updatecheck for components.";
UMA_HISTOGRAM_ENUMERATION("ComponentUpdater.Calls", UPDATE_TYPE_AUTOMATIC, UMA_HISTOGRAM_ENUMERATION("ComponentUpdater.Calls", UPDATE_TYPE_AUTOMATIC,
UPDATE_TYPE_COUNT); UPDATE_TYPE_COUNT);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment