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

Unified Diff: mojo/edk/embedder/configuration.h

Issue 2744943002: Mojo: Move waiting APIs to public library (Closed)
Patch Set: . Created 3 years, 9 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
« no previous file with comments | « mojo/common/data_pipe_utils.cc ('k') | mojo/edk/embedder/embedder_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/edk/embedder/configuration.h
diff --git a/mojo/edk/embedder/configuration.h b/mojo/edk/embedder/configuration.h
index 4b5618d22cd54041adb46741682b0c8ef183986a..1990fb130dcf0abeb0c54e821c616fb372f590a4 100644
--- a/mojo/edk/embedder/configuration.h
+++ b/mojo/edk/embedder/configuration.h
@@ -27,10 +27,6 @@ struct Configuration {
// Maximum number of active memory mappings. The default is 1,000,000.
size_t max_mapping_table_sze;
- // Upper limit of |MojoWaitMany()|'s |num_handles|. The default is 1,000,000.
- // Must be same as or smaller than |max_handle_table_size|.
- size_t max_wait_many_num_handles;
-
// Maximum data size of messages sent over message pipes, in bytes. The
// default is 4MB.
size_t max_message_num_bytes;
« no previous file with comments | « mojo/common/data_pipe_utils.cc ('k') | mojo/edk/embedder/embedder_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698