Each DatabaseManager gets to decide which stores to track.
V4LocalDatabaseManager now tracks the same lists for updates as well as full hashes. SafeBrowsingDatabaseManager tracks only API requests. Also, since hash_tables.h is deprecated, moved all code from base::hash_set to std::unordered_set using sed: $ sed -i 's/base::hash_set/std::unordered_set/g' * BUG=543161, 576864 Review-Url: https://codereview.chromium.org/2345573002 Cr-Commit-Position: refs/heads/master@{#419014}
Showing
Please register or sign in to comment