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

Issue 1099453002: base: Simplify the construction of MD5Digest. (Closed)

Created:
5 years, 8 months ago by tfarina
Modified:
3 years, 7 months ago
Reviewers:
Lei Zhang
CC:
chromium-reviews, erikwright+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

base: Simplify the construction of MD5Digest. Using a typedef is simpler and shorter than the struct approach. BUG=None TEST=base_unittests --gtest_filter=MD5* R=thestig@chromium.org

Patch Set 1 #

Patch Set 2 : fix metrics #

Patch Set 3 : REBASE #

Patch Set 4 : net/http #

Patch Set 5 : data_redution_proxy #

Patch Set 6 : net/server #

Patch Set 7 : remoting/host/setup #

Patch Set 8 : content/renderer/media/webrtc #

Patch Set 9 : components/visitedlink/common #

Patch Set 10 : components/data_reduction_proxy/core/browser/ #

Patch Set 11 : REBASE #

Unified diffs Side-by-side diffs Delta from patch set Stats (+18 lines, -21 lines) Patch
M base/md5.h View 1 chunk +1 line, -3 lines 0 comments Download
M base/md5.cc View 2 chunks +3 lines, -4 lines 0 comments Download
M base/md5_unittest.cc View 6 chunks +6 lines, -6 lines 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_tamper_detection.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_tamper_detection_unittest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M components/metrics/metrics_hashes.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M components/visitedlink/common/visitedlink_common.cc View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/media/webrtc/media_stream_track_metrics.cc View 1 2 3 4 5 6 7 1 chunk +2 lines, -2 lines 0 comments Download
M net/http/http_auth_handler_ntlm_portable.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M net/server/web_socket.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698