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

Issue 7972024: Update SHA1_LENGTH -> kSHA1Length to match previous change to SHA256_LENGTH. (Closed)

Created:
9 years, 3 months ago by Peter Kasting
Modified:
9 years, 2 months ago
Reviewers:
brettw, wtc
CC:
chromium-reviews, cbentzel+watch_chromium.org, brettw-cc_chromium.org, darin-cc_chromium.org, Paweł Hajdan Jr.
Visibility:
Public.

Description

Update SHA1_LENGTH -> kSHA1Length to match previous change to SHA256_LENGTH. (I didn't try and understand or fix why kSHA1Length is in base:: while kSHA256Length is in crypto::.) BUG=92247 TEST=compiles Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=103179

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 14

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+36 lines, -45 lines) Patch
M DEPS View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M base/metrics/field_trial.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M base/sha1.h View 1 2 3 4 1 chunk +3 lines, -6 lines 0 comments Download
M base/sha1_unittest.cc View 1 7 chunks +9 lines, -9 lines 0 comments Download
M base/sha1_win.cc View 1 3 chunks +8 lines, -8 lines 0 comments Download
M chrome/app/client_util.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M crypto/sha2.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M net/base/dnssec_chain_verifier.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M net/base/transport_security_state.cc View 1 2 chunks +1 line, -6 lines 0 comments Download
M net/base/x509_certificate.cc View 1 4 chunks +6 lines, -6 lines 0 comments Download
M net/base/x509_certificate_unittest.cc View 1 3 chunks +4 lines, -5 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Peter Kasting
By request...
9 years, 3 months ago (2011-09-23 20:00:29 UTC) #1
wtc
LGTM on Patch Set 2. Thanks! Please make the following changes before you check this ...
9 years, 3 months ago (2011-09-24 01:39:41 UTC) #2
Peter Kasting
http://codereview.chromium.org/7972024/diff/8001/base/sha1.h File base/sha1.h (right): http://codereview.chromium.org/7972024/diff/8001/base/sha1.h#newcode17 base/sha1.h:17: const size_t kSHA1Length = 20; // Length in bytes ...
9 years, 2 months ago (2011-09-25 20:52:01 UTC) #3
wtc
http://codereview.chromium.org/7972024/diff/8001/base/sha1.h File base/sha1.h (right): http://codereview.chromium.org/7972024/diff/8001/base/sha1.h#newcode17 base/sha1.h:17: const size_t kSHA1Length = 20; // Length in bytes ...
9 years, 2 months ago (2011-09-26 18:06:22 UTC) #4
Peter Kasting
Waiting to upload until Roger lands the RLZ side and I can update DEPS. http://codereview.chromium.org/7972024/diff/8001/base/sha1.h ...
9 years, 2 months ago (2011-09-26 20:08:18 UTC) #5
Peter Kasting
Brett, can you OWNERS r+?
9 years, 2 months ago (2011-09-28 20:43:47 UTC) #6
brettw
9 years, 2 months ago (2011-09-28 21:11:44 UTC) #7
LGTM rubberstamp

Powered by Google App Engine
This is Rietveld 408576698