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

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: move to mojo::edk namespace in preparation for runtim flag 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 91%
copy from third_party/mojo/src/mojo/edk/system/configuration.cc
copy to mojo/edk/system/configuration.cc
index 4756c99dddb2efa2f1e6f8a65fd90546fd9d76c4..9aaed315f8edf79f1232e3cd7b79a7acbebee3b1 100644
--- a/third_party/mojo/src/mojo/edk/system/configuration.cc
+++ b/mojo/edk/system/configuration.cc
@@ -5,12 +5,12 @@
#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

Powered by Google App Engine
This is Rietveld 408576698