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

Unified Diff: mojo/edk/system/configuration.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: more cleanup 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/configuration.cc
diff --git a/third_party/mojo/src/mojo/edk/system/configuration.cc b/mojo/edk/system/configuration.cc
similarity index 85%
copy from third_party/mojo/src/mojo/edk/system/configuration.cc
copy to mojo/edk/system/configuration.cc
index 040c4768e2c9fb84e01b9e4d3b639e183b5150ff..9aaed315f8edf79f1232e3cd7b79a7acbebee3b1 100644
--- a/third_party/mojo/src/mojo/edk/system/configuration.cc
+++ b/mojo/edk/system/configuration.cc
@@ -2,15 +2,15 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "third_party/mojo/src/mojo/edk/system/configuration.h"
+#include "mojo/edk/system/configuration.h"
namespace mojo {
-namespace system {
+namespace edk {
namespace internal {
// These default values should be synced with the documentation in
// mojo/edk/embedder/configuration.h.
-embedder::Configuration g_configuration = {
+Configuration g_configuration = {
1000000, // max_handle_table_size
1000000, // max_mapping_table_sze
1000000, // max_wait_many_num_handles
@@ -22,5 +22,5 @@ embedder::Configuration g_configuration = {
1024 * 1024 * 1024}; // max_shared_memory_num_bytes
} // namespace internal
-} // namespace system
+} // namespace edk
} // namespace mojo
« no previous file with comments | « mojo/edk/system/configuration.h ('k') | mojo/edk/system/core.h » ('j') | mojo/edk/system/core.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698