black_hole_log_sink.cc 424 B

123456789101112131415
  1. // Copyright 2020 The Chromium Authors. All rights reserved.
  2. // Use of this source code is governed by a BSD-style license that can be
  3. // found in the LICENSE file.
  4. #include "components/query_tiles/internal/black_hole_log_sink.h"
  5. namespace query_tiles {
  6. namespace test {
  7. void BlackHoleLogSink::OnServiceStatusChanged() {}
  8. void BlackHoleLogSink::OnTileDataAvailable() {}
  9. } // namespace test
  10. } // namespace query_tiles