simple_geolocation_request_test_monitor.cc 664 B

123456789101112131415161718192021
  1. // Copyright 2016 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 "ash/components/geolocation/simple_geolocation_request_test_monitor.h"
  5. namespace ash {
  6. SimpleGeolocationRequestTestMonitor::SimpleGeolocationRequestTestMonitor() =
  7. default;
  8. SimpleGeolocationRequestTestMonitor::~SimpleGeolocationRequestTestMonitor() =
  9. default;
  10. void SimpleGeolocationRequestTestMonitor::OnRequestCreated(
  11. SimpleGeolocationRequest* request) {}
  12. void SimpleGeolocationRequestTestMonitor::OnStart(
  13. SimpleGeolocationRequest* request) {}
  14. } // namespace ash