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

Unified Diff: mojo/edk/embedder/test_embedder.cc

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: convert remaining MP tests and simplify RawChannel destruction 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/embedder/test_embedder.cc
diff --git a/third_party/mojo/src/mojo/edk/embedder/test_embedder.cc b/mojo/edk/embedder/test_embedder.cc
similarity index 97%
copy from third_party/mojo/src/mojo/edk/embedder/test_embedder.cc
copy to mojo/edk/embedder/test_embedder.cc
index d7c0d40df6f82b616e730dcf63c2d11e93795ae1..c73637546069bc542ffb0bc34c8b7050cd516426 100644
--- a/third_party/mojo/src/mojo/edk/embedder/test_embedder.cc
+++ b/mojo/edk/embedder/test_embedder.cc
@@ -9,7 +9,6 @@
#include "mojo/edk/embedder/embedder.h"
#include "mojo/edk/embedder/embedder_internal.h"
#include "mojo/edk/embedder/simple_platform_support.h"
-#include "mojo/edk/system/channel_manager.h"
#include "mojo/edk/system/core.h"
#include "mojo/edk/system/handle_table.h"
@@ -47,6 +46,7 @@ void InitWithSimplePlatformSupport() {
bool Shutdown() {
// If |InitIPCSupport()| was called, then |ShutdownIPCSupport()| must have
// been called first.
+ /*TODO(jam)
CHECK(!internal::g_ipc_support);
CHECK(internal::g_core);
@@ -59,6 +59,8 @@ bool Shutdown() {
internal::g_platform_support = nullptr;
return rv;
+ */
+ return true;
}
} // namespace test

Powered by Google App Engine
This is Rietveld 408576698