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

Unified Diff: components/nacl/browser/nacl_host_message_filter.cc

Issue 998833002: Increase MessageAttachmentSet::kMaxDescriptorsPerMessage (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review Created 5 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 | « no previous file | ipc/ipc_channel_nacl.cc » ('j') | ipc/ipc_send_fds_test.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/nacl/browser/nacl_host_message_filter.cc
diff --git a/components/nacl/browser/nacl_host_message_filter.cc b/components/nacl/browser/nacl_host_message_filter.cc
index 18a695e7c54af6c46b4678c0b283a1aab49f9fc5..484cb0384d7ed639e43d64bf96a4cd44b96b17b4 100644
--- a/components/nacl/browser/nacl_host_message_filter.cc
+++ b/components/nacl/browser/nacl_host_message_filter.cc
@@ -26,8 +26,7 @@ namespace {
// The maximum number of resource file handles NaClProcessMsg_Start message
// can have.
-// TODO(yusukes): Increase the number.
-const size_t kMaxPreOpenResourceFiles = 2;
+const size_t kMaxPreOpenResourceFiles = 123;
agl 2015/03/12 18:07:07 123 is an odd number that requires a comment.
Yusuke Sato 2015/03/12 20:58:48 Done.
ppapi::PpapiPermissions GetNaClPermissions(
uint32 permission_bits,
« no previous file with comments | « no previous file | ipc/ipc_channel_nacl.cc » ('j') | ipc/ipc_send_fds_test.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698