blob: 873afe9a4662e15ef9053e85954ee40501f2cde4 [file] [log] [blame]
// Copyright 2020 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "components/query_tiles/internal/black_hole_log_sink.h"
namespace query_tiles {
namespace test {
void BlackHoleLogSink::OnServiceStatusChanged() {}
void BlackHoleLogSink::OnTileDataAvailable() {}
} // namespace test
} // namespace query_tiles