Chromium Code Reviews

Unified Diff: components/web_view/client_initiated_frame_connection.cc

Issue 1677293002: Bye bye Mandoline (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: moar Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « components/web_view/client_initiated_frame_connection.h ('k') | components/web_view/find_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « components/web_view/client_initiated_frame_connection.h ('k') | components/web_view/find_controller.h » ('j') | no next file with comments »

Powered by Google App Engine