Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(411)

Issue 2261603002: PVer4: Re-use the PVer3 implementation to get full hashes (Closed)

Created:
4 years, 4 months ago by vakh (use Gerrit instead)
Modified:
4 years, 3 months ago
CC:
chromium-reviews, kcarattini
Base URL:
https://chromium.googlesource.com/chromium/src.git@01_check_browse_url
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

PVer4: Re-use the PVer3 implementation to get full hashes (but not do anything with that yet). BUG=543161

Patch Set 1 #

Patch Set 2 : BUILD: v4_local_database_manager depends on :v4_get_hash_protocol_manager #

Total comments: 7
Unified diffs Side-by-side diffs Delta from patch set Stats (+156 lines, -9 lines) Patch
M components/safe_browsing_db/BUILD.gn View 1 1 chunk +1 line, -0 lines 0 comments Download
M components/safe_browsing_db/v4_get_hash_protocol_manager.h View 1 chunk +10 lines, -1 line 2 comments Download
M components/safe_browsing_db/v4_get_hash_protocol_manager.cc View 1 chunk +28 lines, -0 lines 2 comments Download
M components/safe_browsing_db/v4_local_database_manager.h View 3 chunks +17 lines, -1 line 0 comments Download
M components/safe_browsing_db/v4_local_database_manager.cc View 6 chunks +48 lines, -7 lines 1 comment Download
M components/safe_browsing_db/v4_local_database_manager_unittest.cc View 4 chunks +41 lines, -0 lines 1 comment Download
M components/safe_browsing_db/v4_protocol_manager_util.h View 2 chunks +11 lines, -0 lines 1 comment Download

Depends on Patchset:

Messages

Total messages: 16 (11 generated)
vakh (use Gerrit instead)
nparker@, shess@: This CL takes the implementation of CheckBrowseUrl one step further by requesting full ...
4 years, 4 months ago (2016-08-19 00:32:22 UTC) #6
vakh (use Gerrit instead)
BUILD: v4_local_database_manager depends on :v4_get_hash_protocol_manager
4 years, 4 months ago (2016-08-19 00:34:10 UTC) #7
kcarattini
https://codereview.chromium.org/2261603002/diff/20001/components/safe_browsing_db/v4_get_hash_protocol_manager.h File components/safe_browsing_db/v4_get_hash_protocol_manager.h (right): https://codereview.chromium.org/2261603002/diff/20001/components/safe_browsing_db/v4_get_hash_protocol_manager.h#newcode71 components/safe_browsing_db/v4_get_hash_protocol_manager.h:71: // synchronously. Works with V3 data structures. Is this ...
4 years, 4 months ago (2016-08-19 03:30:56 UTC) #13
Scott Hess - ex-Googler
https://codereview.chromium.org/2261603002/diff/20001/components/safe_browsing_db/v4_get_hash_protocol_manager.cc File components/safe_browsing_db/v4_get_hash_protocol_manager.cc (right): https://codereview.chromium.org/2261603002/diff/20001/components/safe_browsing_db/v4_get_hash_protocol_manager.cc#newcode305 components/safe_browsing_db/v4_get_hash_protocol_manager.cc:305: FullHashCallback callback) { I think these are in the ...
4 years, 3 months ago (2016-08-23 20:25:46 UTC) #14
vakh (use Gerrit instead)
4 years, 3 months ago (2016-09-12 22:07:56 UTC) #15
I've re-written most of the code that's touched in this CL eliminating the need
for this CL so I am going to delete it.

Please see https://codereview.chromium.org/2233103002/ for reviewing the
re-write. Thanks and really sorry for wasting your review time on this CL but I
felt it was better to re-write it than to add a poor/hacky patch.

Powered by Google App Engine
This is Rietveld 408576698