pairing_registry_delegate_mac.cc 435 B

1234567891011121314151617
  1. // Copyright 2013 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 "remoting/host/pairing_registry_delegate.h"
  5. #include "base/task/task_runner.h"
  6. namespace remoting {
  7. using protocol::PairingRegistry;
  8. std::unique_ptr<PairingRegistry::Delegate> CreatePairingRegistryDelegate() {
  9. return nullptr;
  10. }
  11. } // namespace remoting