chromium/chrome/test/chromedriver/chrome/devtools_endpoint.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 "chrome/test/chromedriver/chrome/devtools_endpoint.h"

#include "chrome/test/chromedriver/chrome/devtools_http_client.h"
#include "chrome/test/chromedriver/net/net_util.h"

DevToolsEndpoint::DevToolsEndpoint(int port)
    :{}

DevToolsEndpoint::DevToolsEndpoint(const NetAddress& address)
    :{}

DevToolsEndpoint::DevToolsEndpoint(const std::string& url) :{}

bool DevToolsEndpoint::IsValid() const {}

NetAddress DevToolsEndpoint::Address() const {}

std::string DevToolsEndpoint::GetBrowserDebuggerUrl() const {}

std::string DevToolsEndpoint::GetDebuggerUrl(const std::string& id) const {}

std::string DevToolsEndpoint::GetVersionUrl() const {}

std::string DevToolsEndpoint::GetListUrl() const {}