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

Unified Diff: ipc/placeholder_brokerable_attachment.cc

Issue 1317093007: ipc: Make a new class PlaceholderBrokerableAttachment. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More rebase errors. Created 5 years, 3 months 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') | no next file » | 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/ipc_handle_win.cc b/ipc/placeholder_brokerable_attachment.cc
similarity index 54%
copy from ipc/ipc_handle_win.cc
copy to ipc/placeholder_brokerable_attachment.cc
index da3b9bb6125dba3e65d0dcbf83902ee5248a5ffe..e64e3985689a0b68b5a0eb7a70e31e5fef1cb412 100644
--- a/ipc/ipc_handle_win.cc
+++ b/ipc/placeholder_brokerable_attachment.cc
@@ -2,14 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "ipc/ipc_handle_win.h"
+#include "ipc/placeholder_brokerable_attachment.h"
namespace IPC {
-HandleForTransit CreateHandleForTransit(HANDLE handle) {
- HandleForTransit hft;
- hft.handle = handle;
- return hft;
+BrokerableAttachment::BrokerableType
+PlaceholderBrokerableAttachment::GetBrokerableType() const {
+ return PLACEHOLDER;
}
} // namespace IPC
« no previous file with comments | « ipc/placeholder_brokerable_attachment.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698