Commit 0a8bf4c5 authored by Steven Holte's avatar Steven Holte Committed by Commit Bot

Notify UKM scheduler of RotationFinished.

Bug:812729

Change-Id: I418d2b540302805c08f78d63635f394f02fe3ac5
Reviewed-on: https://chromium-review.googlesource.com/922722Reviewed-by: default avatarRobert Kaplow <rkaplow@chromium.org>
Commit-Queue: Steven Holte <holte@chromium.org>
Cr-Commit-Position: refs/heads/master@{#537131}
parent c7b73ed9
...@@ -221,6 +221,7 @@ void UkmService::RotateLog() { ...@@ -221,6 +221,7 @@ void UkmService::RotateLog() {
if (!reporting_service_.ukm_log_store()->has_unsent_logs()) if (!reporting_service_.ukm_log_store()->has_unsent_logs())
BuildAndStoreLog(); BuildAndStoreLog();
reporting_service_.Start(); reporting_service_.Start();
scheduler_->RotationFinished();
} }
void UkmService::BuildAndStoreLog() { void UkmService::BuildAndStoreLog() {
......
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