commit | f1e9443b7cb1558547ab5fe61a49b5d2f92c4c10 | [log] [tgz] |
---|---|---|
author | Victor Costan <[email protected]> | Wed Dec 05 04:35:53 2018 |
committer | Commit Bot <[email protected]> | Wed Dec 05 04:35:53 2018 |
tree | 030507a281342cb1cf83df5573d472d626a117ae | |
parent | f13f08a9fdbd944a3731fa72f142e49c39af11b6 [diff] |
sql: Remove redundant PRAGMA secure_delete=ON. Chrome builds SQLite with SQLITE_SECURE_DELETE [1], so the default value for the secure_delete PRAGMA [2] is already true. [1] https://www.sqlite.org/compile.html#secure_delete [2] https://www.sqlite.org/pragma.html#pragma_secure_delete Bug: 910955 Change-Id: I27ef32770a980c8c6030675e79698d7a31e47a9d Reviewed-on: https://chromium-review.googlesource.com/c/1357824 Commit-Queue: Victor Costan <[email protected]> Reviewed-by: Chris Mumford <[email protected]> Cr-Commit-Position: refs/heads/master@{#613866}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .