chromium/remoting/signaling/ftl_services_context.cc

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

#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[] =;

}  // namespace

constexpr base::TimeDelta FtlServicesContext::kBackoffInitialDelay;
constexpr base::TimeDelta FtlServicesContext::kBackoffMaxDelay;

// static
const net::BackoffEntry::Policy& FtlServicesContext::GetBackoffPolicy() {}

// static
std::string FtlServicesContext::GetServerEndpoint() {}

// static
std::string FtlServicesContext::GetChromotingAppIdentifier() {}

// static
ftl::Id FtlServicesContext::CreateIdFromString(const std::string& ftl_id) {}

// static
ftl::RequestHeader FtlServicesContext::CreateRequestHeader(
    const std::string& ftl_auth_token) {}

}  // namespace remoting