diff options
author | shess@chromium.org <shess@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-19 23:28:08 +0000 |
---|---|---|
committer | shess@chromium.org <shess@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-19 23:28:08 +0000 |
commit | 5cb7d01aa8abef3a09f70d7fe5b0139227ca31be (patch) | |
tree | acecadf280fcf843ee097f28f2136cdd2652212c /views | |
parent | 19441957dacf04b6e66b03beb77023924a8fd4e1 (diff) | |
download | chromium_src-5cb7d01aa8abef3a09f70d7fe5b0139227ca31be.zip chromium_src-5cb7d01aa8abef3a09f70d7fe5b0139227ca31be.tar.gz chromium_src-5cb7d01aa8abef3a09f70d7fe5b0139227ca31be.tar.bz2 |
Drop duplicate SBPrefix from full-hash elements.
SafeBrowsingDatabaseBloom stores a integer prefix column and a blob
hash column, where the first four bytes of the hash are the prefix.
This isn't necessary, so getting rid of the duplication rather than
propagating it into the future.
[Previously this was left alone because it wasn't too harmful because
the code could always drop the duplication from the file format. A
future change for SafeBrowsingStoreFile will write an array of hashes,
making the duplication unavoidable.]
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/651057
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39512 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views')
0 files changed, 0 insertions, 0 deletions