| Index: components/web_view/client_initiated_frame_connection.cc
|
| diff --git a/components/web_view/client_initiated_frame_connection.cc b/components/web_view/client_initiated_frame_connection.cc
|
| deleted file mode 100644
|
| index dbd86ef518460542975a29739d90d9e910c2b75e..0000000000000000000000000000000000000000
|
| --- a/components/web_view/client_initiated_frame_connection.cc
|
| +++ /dev/null
|
| @@ -1,17 +0,0 @@
|
| -// 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
|
|
|