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

Unified Diff: mojo/edk/system/ports/message.cc

Issue 1678333003: Revert of [mojo-edk] Simplify multiprocess pipe bootstrap (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 | « mojo/edk/system/ports/event.h ('k') | mojo/edk/system/ports/name.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/edk/system/ports/message.cc
diff --git a/mojo/edk/system/ports/message.cc b/mojo/edk/system/ports/message.cc
index 2106c15671aec41b5b067e62afae2413e894b1db..20f6d8811cd451ee80fa4a73847f6990ffa1f373 100644
--- a/mojo/edk/system/ports/message.cc
+++ b/mojo/edk/system/ports/message.cc
@@ -36,9 +36,6 @@
break;
case EventType::kObserveClosure:
*num_header_bytes = sizeof(EventHeader) + sizeof(ObserveClosureEventData);
- break;
- case EventType::kMergePort:
- *num_header_bytes = sizeof(EventHeader) + sizeof(MergePortEventData);
break;
default:
CHECK(false) << "Bad event type";
« no previous file with comments | « mojo/edk/system/ports/event.h ('k') | mojo/edk/system/ports/name.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698