Commit e6816701 authored by Sharon Yang's avatar Sharon Yang Committed by Commit Bot

[Fuchsia] Remove NOTIMPLEMENTED log in TimeZoneMonitorFuchsia

This is a known TODO, so commenting out the unnecessary logging.

Bug: 944885
Change-Id: Ib8816806e6bc5819a82af333973e04c1e4a4bdb4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1554652Reviewed-by: default avatarColin Blundell <blundell@chromium.org>
Reviewed-by: default avatarWez <wez@chromium.org>
Commit-Queue: Sharon Yang <yangsharon@chromium.org>
Cr-Commit-Position: refs/heads/master@{#648700}
parent 448c30da
......@@ -26,8 +26,7 @@ class TimeZoneMonitorFuchsia : public TimeZoneMonitor {
// static
std::unique_ptr<TimeZoneMonitor> TimeZoneMonitor::Create(
scoped_refptr<base::SequencedTaskRunner> file_task_runner) {
// TODO(fuchsia): Implement this. crbug.com/750934
NOTIMPLEMENTED();
// TODO(https://crbug.com/750934): Implement a real TimeZoneMonitor.
return std::make_unique<TimeZoneMonitorFuchsia>();
}
......
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