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

Unified Diff: third_party/mojo/src/mojo/edk/system/connection_manager.h

Issue 1179733005: Update mojo sdk to rev bdbb0c7e396fc4044a8b194058d7a7e529715286 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update CommandBufferImpl (Binding::OnConnectionError is no more) Created 5 years, 6 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: third_party/mojo/src/mojo/edk/system/connection_manager.h
diff --git a/third_party/mojo/src/mojo/edk/system/connection_manager.h b/third_party/mojo/src/mojo/edk/system/connection_manager.h
index 9aeaa26b13a2227aa20bec00c9838dd4dcb13ef7..e5e8c933e6e70948a65da7c36ced9e051ccbb1d3 100644
--- a/third_party/mojo/src/mojo/edk/system/connection_manager.h
+++ b/third_party/mojo/src/mojo/edk/system/connection_manager.h
@@ -7,6 +7,7 @@
#include "base/macros.h"
#include "mojo/edk/system/connection_identifier.h"
+#include "mojo/edk/system/process_identifier.h"
#include "mojo/edk/system/system_impl_export.h"
namespace mojo {
@@ -18,10 +19,6 @@ class ScopedPlatformHandle;
namespace system {
-// Identifiers for processes (note that these are not OS process IDs):
-using ProcessIdentifier = uint64_t;
-const ProcessIdentifier kInvalidProcessIdentifier = 0;
-
// |ConnectionManager| is an interface for the system that allows "connections"
// (i.e., native "pipes") to be established between different processes.
//

Powered by Google App Engine
This is Rietveld 408576698