Chromium Code Reviews| Index: base/rand_util_nacl.cc |
| diff --git a/base/rand_util_nacl.cc b/base/rand_util_nacl.cc |
| index a8ea202fc7edde189c612969cad9bde5b13af0eb..b771dc44547dbce7f3b99058cab0c6bce4c43fe1 100644 |
| --- a/base/rand_util_nacl.cc |
| +++ b/base/rand_util_nacl.cc |
| @@ -12,7 +12,6 @@ |
| namespace { |
| void GetRandomBytes(void* output, size_t num_bytes) { |
| - CHECK_EQ(0, nacl_secure_random_init()); |
| char* output_ptr = static_cast<char*>(output); |
| while (num_bytes > 0) { |
| size_t nread; |