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

Unified Diff: ipc/placeholder_brokerable_attachment.h

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/mach_port_attachment_mac.cc ('k') | ipc/placeholder_brokerable_attachment.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/placeholder_brokerable_attachment.h
diff --git a/ipc/placeholder_brokerable_attachment.h b/ipc/placeholder_brokerable_attachment.h
deleted file mode 100644
index a8b08ef5ae5f3b79fc6e07bb3ac999006571441c..0000000000000000000000000000000000000000
--- a/ipc/placeholder_brokerable_attachment.h
+++ /dev/null
@@ -1,29 +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.
-
-#ifndef IPC_PLACEHOLDER_BROKERABLE_ATTACHMENT_H_
-#define IPC_PLACEHOLDER_BROKERABLE_ATTACHMENT_H_
-
-#include "base/macros.h"
-#include "ipc/brokerable_attachment.h"
-#include "ipc/ipc_export.h"
-
-namespace IPC {
-
-// This subclass of BrokerableAttachment has an AttachmentId, and nothing else.
-// It is intended to be replaced by the attachment broker.
-class IPC_EXPORT PlaceholderBrokerableAttachment : public BrokerableAttachment {
- public:
- PlaceholderBrokerableAttachment(const AttachmentId& id)
- : BrokerableAttachment(id){};
- BrokerableType GetBrokerableType() const override;
-
- protected:
- ~PlaceholderBrokerableAttachment() override{};
- DISALLOW_COPY_AND_ASSIGN(PlaceholderBrokerableAttachment);
-};
-
-} // namespace IPC
-
-#endif // IPC_PLACEHOLDER_BROKERABLE_ATTACHMENT_H_
« no previous file with comments | « ipc/mach_port_attachment_mac.cc ('k') | ipc/placeholder_brokerable_attachment.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698