blob: 016f354f91c0982c65584ec272d563861e7541bd [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"
namespace web_view {
ClientInitiatedFrameConnection::ClientInitiatedFrameConnection(
mojom::FrameClientPtr frame_client)
: frame_client_(frame_client.Pass()) {}
ClientInitiatedFrameConnection::~ClientInitiatedFrameConnection() {}
} // namespace web_view