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

Unified Diff: mojo/edk/system/message_in_transit_queue.h

Issue 1350023003: Add a Mojo EDK for Chrome that uses one OS pipe per message pipe. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
Index: mojo/edk/system/message_in_transit_queue.h
diff --git a/third_party/mojo/src/mojo/edk/system/message_in_transit_queue.h b/mojo/edk/system/message_in_transit_queue.h
similarity index 97%
copy from third_party/mojo/src/mojo/edk/system/message_in_transit_queue.h
copy to mojo/edk/system/message_in_transit_queue.h
index f7464bd6272476b024c87fe5d95ffd52d27d94ef..c122524a4fcbc5447bd51889fe34691fe4fab607 100644
--- a/third_party/mojo/src/mojo/edk/system/message_in_transit_queue.h
+++ b/mojo/edk/system/message_in_transit_queue.h
@@ -45,7 +45,7 @@ class MOJO_SYSTEM_IMPL_EXPORT MessageInTransitQueue {
void Clear();
- // Efficiently swaps contents with |*other|.
+ // Efficiently swaps contents with |*other|.S
void Swap(MessageInTransitQueue* other);
private:

Powered by Google App Engine
This is Rietveld 408576698