chromium/content/browser/websockets/websocket_handshake_request_info_impl.cc

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

#include "content/browser/websockets/websocket_handshake_request_info_impl.h"

#include "base/memory/ptr_util.h"
#include "net/url_request/url_request.h"

namespace content {

namespace {

constexpr int g_tag =;

}  // namespace

WebSocketHandshakeRequestInfoImpl::WebSocketHandshakeRequestInfoImpl(
    int child_id,
    int render_frame_id)
    :{}

WebSocketHandshakeRequestInfoImpl::~WebSocketHandshakeRequestInfoImpl() {}

void WebSocketHandshakeRequestInfoImpl::CreateInfoAndAssociateWithRequest(
    int child_id,
    int render_frame_id,
    net::URLRequest* request) {}

int WebSocketHandshakeRequestInfoImpl::GetChildId() {}

int WebSocketHandshakeRequestInfoImpl::GetRenderFrameId() {}

WebSocketHandshakeRequestInfo* WebSocketHandshakeRequestInfo::ForRequest(
    const net::URLRequest* request) {}

}  // namespace content