1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14
   15
   16
   17
   18
   19

ash / components / arc / session / arc_container_client_adapter.h [blame]

// Copyright 2018 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef ASH_COMPONENTS_ARC_SESSION_ARC_CONTAINER_CLIENT_ADAPTER_H_
#define ASH_COMPONENTS_ARC_SESSION_ARC_CONTAINER_CLIENT_ADAPTER_H_

#include <memory>

#include "ash/components/arc/session/arc_client_adapter.h"

namespace arc {

// Returns an adapter for talking to session_manager via D-Bus.
std::unique_ptr<ArcClientAdapter> CreateArcContainerClientAdapter();

}  // namespace arc

#endif  // ASH_COMPONENTS_ARC_SESSION_ARC_CONTAINER_CLIENT_ADAPTER_H_