| Index: sandbox/win/src/policy_low_level.h
|
| diff --git a/sandbox/win/src/policy_low_level.h b/sandbox/win/src/policy_low_level.h
|
| index f77787c7723cfefba0158461aea476b8adc005ef..e7d654dbad542b81d7d79ab9fb71d78d300f793b 100644
|
| --- a/sandbox/win/src/policy_low_level.h
|
| +++ b/sandbox/win/src/policy_low_level.h
|
| @@ -43,7 +43,7 @@
|
| namespace sandbox {
|
|
|
| // TODO(cpu): Move this constant to crosscall_client.h.
|
| -const size_t kMaxServiceCount = 32;
|
| +const size_t kMaxServiceCount = 64;
|
| static_assert(IPC_LAST_TAG <= kMaxServiceCount,
|
| "kMaxServiceCount is too low");
|
|
|
|
|