commit | 156733dbbc0068b30c0c884c78a59679c755df13 | [log] [tgz] |
---|---|---|
author | shess <[email protected]> | Wed Jan 21 21:52:24 2015 |
committer | Commit bot <[email protected]> | Wed Jan 21 21:53:06 2015 |
tree | f67a57f963771ec90a25895e081f397a4b6040f6 | |
parent | 27bd482c7dd2e4b0b795e86d6ddda624a6e4abc9 [diff] |
[sql] Enable HAVE_USLEEP for more platforms. HAVE_USLEEP affects SQLite's sleep implementation, which is used when SQLite waits for a lock to clear. Browser databases are generally uncontended, but this case could happen for WebDatabase in the renderer. BUG=none Review URL: https://codereview.chromium.org/827523004 Cr-Commit-Position: refs/heads/master@{#312460}