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

Unified Diff: ipc/attachment_broker_unprivileged_win.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/attachment_broker_unprivileged_mac.cc ('k') | ipc/attachment_broker_unprivileged_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/attachment_broker_unprivileged_win.h
diff --git a/ipc/attachment_broker_unprivileged_win.h b/ipc/attachment_broker_unprivileged_win.h
deleted file mode 100644
index 2e37dc1ed197ed0bd870955a33dff6dbe2ef9a6d..0000000000000000000000000000000000000000
--- a/ipc/attachment_broker_unprivileged_win.h
+++ /dev/null
@@ -1,43 +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_ATTACHMENT_BROKER_UNPRIVILEGED_WIN_H_
-#define IPC_ATTACHMENT_BROKER_UNPRIVILEGED_WIN_H_
-
-#include "base/macros.h"
-#include "ipc/attachment_broker_unprivileged.h"
-#include "ipc/handle_attachment_win.h"
-#include "ipc/ipc_export.h"
-
-namespace IPC {
-
-class BrokerableAttachment;
-
-// This class is an implementation of AttachmentBroker for the Windows platform
-// for non-privileged processes.
-class IPC_EXPORT AttachmentBrokerUnprivilegedWin
- : public IPC::AttachmentBrokerUnprivileged {
- public:
- AttachmentBrokerUnprivilegedWin();
- ~AttachmentBrokerUnprivilegedWin() override;
-
- // IPC::AttachmentBroker overrides.
- bool SendAttachmentToProcess(
- const scoped_refptr<BrokerableAttachment>& attachment,
- base::ProcessId destination_process) override;
-
- // IPC::Listener overrides.
- bool OnMessageReceived(const Message& message) override;
-
- private:
- // IPC message handlers.
- void OnWinHandleHasBeenDuplicated(
- const IPC::internal::HandleAttachmentWin::WireFormat& wire_format);
-
- DISALLOW_COPY_AND_ASSIGN(AttachmentBrokerUnprivilegedWin);
-};
-
-} // namespace IPC
-
-#endif // IPC_ATTACHMENT_BROKER_UNPRIVILEGED_WIN_H_
« no previous file with comments | « ipc/attachment_broker_unprivileged_mac.cc ('k') | ipc/attachment_broker_unprivileged_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698