Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(797)

Unified Diff: ipc/placeholder_brokerable_attachment.cc

Issue 2473993003: Delete IPC::ChannelPosix, IPC::ChannelWin and IPC::AttachmentBroker. (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ipc/placeholder_brokerable_attachment.h ('k') | ppapi/proxy/plugin_dispatcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/placeholder_brokerable_attachment.cc
diff --git a/ipc/placeholder_brokerable_attachment.cc b/ipc/placeholder_brokerable_attachment.cc
deleted file mode 100644
index e64e3985689a0b68b5a0eb7a70e31e5fef1cb412..0000000000000000000000000000000000000000
--- a/ipc/placeholder_brokerable_attachment.cc
+++ /dev/null
@@ -1,14 +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 "ipc/placeholder_brokerable_attachment.h"
-
-namespace IPC {
-
-BrokerableAttachment::BrokerableType
-PlaceholderBrokerableAttachment::GetBrokerableType() const {
- return PLACEHOLDER;
-}
-
-} // namespace IPC
« no previous file with comments | « ipc/placeholder_brokerable_attachment.h ('k') | ppapi/proxy/plugin_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698