in_process_esim_manager.h 726 B

1234567891011121314151617181920
  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. #ifndef ASH_SERVICES_CELLULAR_SETUP_IN_PROCESS_ESIM_MANAGER_H_
  5. #define ASH_SERVICES_CELLULAR_SETUP_IN_PROCESS_ESIM_MANAGER_H_
  6. #include "ash/services/cellular_setup/public/mojom/esim_manager.mojom.h"
  7. #include "base/component_export.h"
  8. #include "mojo/public/cpp/bindings/pending_receiver.h"
  9. namespace ash::cellular_setup {
  10. COMPONENT_EXPORT(IN_PROCESS_ESIM_MANAGER)
  11. void BindToInProcessESimManager(
  12. mojo::PendingReceiver<mojom::ESimManager> receiver);
  13. } // namespace ash::cellular_setup
  14. #endif // ASH_SERVICES_CELLULAR_SETUP_IN_PROCESS_ESIM_MANAGER_H_