Side by Side Diff: components/safe_browsing_db/README
Issue 1399843003:
Move prefix_set and parts of s_b_util into a new component safe_browsing_db. (Closed)
Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set:
Created 5 years, 2 months ago
Use n/p to move between diff chunks;
N/P to move between comments.
Draft comments are only viewable by you.
1 SafeBrowsing is in the process of becoming a layered component to provide it as
Nathan Parker
2015/10/14 17:37:10
How about:
safe_browsing_db/ will contain the dat
How about:
safe_browsing_db/ will contain the database-related code from existing
safe_browsing/ directories, and will house the new Pver4 database+update
implementation.
vakh (old account. dont use)
2015/10/15 21:07:08
Done.
On 2015/10/14 17:37:10, nparker wrote:
> How about:
>
> safe_browsing_db/ will contain the database-related code from existing
> safe_browsing/ directories, and will house the new Pver4 database+update
> implementation.
Done.
2 a reference implementation for the next version (4) of the Safe Browsing update
3 protocol.
4
5 The safe_browsing_db has the database_manager (local / remote / ...),