#ifndef REMOTING_HOST_IPC_CONSTANTS_H_
#define REMOTING_HOST_IPC_CONSTANTS_H_
#include <stdint.h>
#include "base/files/file_path.h"
#include "mojo/public/cpp/platform/named_platform_channel.h"
namespace remoting {
extern const base::FilePath::CharType kHostBinaryName[];
extern const base::FilePath::CharType kDesktopBinaryName[];
extern const uint64_t kChromotingHostServicesMessagePipeId;
bool GetInstalledBinaryPath(const base::FilePath::StringType& binary,
base::FilePath* full_path);
const mojo::NamedPlatformChannel::ServerName&
GetChromotingHostServicesServerName();
}
#endif