blob: dbd86ef518460542975a29739d90d9e910c2b75e [file] [log] [blame]
// Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "components/web_view/client_initiated_frame_connection.h"
#include <utility>
namespace web_view {
ClientInitiatedFrameConnection::ClientInitiatedFrameConnection(
mojom::FrameClientPtr frame_client)
: frame_client_(std::move(frame_client)) {}
ClientInitiatedFrameConnection::~ClientInitiatedFrameConnection() {}
} // namespace web_view