#include "remoting/signaling/ftl_services_context.h"
#include "base/uuid.h"
#include "build/build_config.h"
#include "google_apis/google_api_keys.h"
#include "remoting/base/service_urls.h"
namespace remoting {
namespace {
constexpr char kChromotingAppIdentifier[] = …;
}
constexpr base::TimeDelta FtlServicesContext::kBackoffInitialDelay;
constexpr base::TimeDelta FtlServicesContext::kBackoffMaxDelay;
const net::BackoffEntry::Policy& FtlServicesContext::GetBackoffPolicy() { … }
std::string FtlServicesContext::GetServerEndpoint() { … }
std::string FtlServicesContext::GetChromotingAppIdentifier() { … }
ftl::Id FtlServicesContext::CreateIdFromString(const std::string& ftl_id) { … }
ftl::RequestHeader FtlServicesContext::CreateRequestHeader(
const std::string& ftl_auth_token) { … }
}