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

Issue 2025443002: Refactoring data reduction proxy some methods to common (Closed)

Created:
4 years, 6 months ago by RyanSturm
Modified:
4 years, 6 months ago
Reviewers:
tbansal1
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Refactoring data reduction proxy some methods to common Certain methods, especially for protobufs, can be moved to common in data_reduction_proxy_utils. BUG= Committed: https://crrev.com/c63ef5ab892e78c1279db7301d2d2aac4f959e76 Cr-Commit-Position: refs/heads/master@{#397175}

Patch Set 1 #

Total comments: 8

Patch Set 2 : Time method changes #

Total comments: 4

Patch Set 3 : Fixing nits #

Unified diffs Side-by-side diffs Delta from patch set Stats (+253 lines, -191 lines) Patch
M components/components_tests.gyp View 1 chunk +1 line, -1 line 0 comments Download
M components/data_reduction_proxy.gypi View 2 chunks +4 lines, -2 lines 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_client.cc View 3 chunks +3 lines, -24 lines 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_client_unittest.cc View 1 chunk +0 lines, -1 line 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_request_options.cc View 1 chunk +0 lines, -1 line 0 comments Download
M components/data_reduction_proxy/core/common/BUILD.gn View 3 chunks +4 lines, -3 lines 0 comments Download
D components/data_reduction_proxy/core/common/data_reduction_proxy_client_config_parser.h View 1 chunk +0 lines, -39 lines 0 comments Download
D components/data_reduction_proxy/core/common/data_reduction_proxy_client_config_parser.cc View 1 chunk +0 lines, -56 lines 0 comments Download
D components/data_reduction_proxy/core/common/data_reduction_proxy_client_config_parser_unittest.cc View 1 chunk +0 lines, -64 lines 0 comments Download
M components/data_reduction_proxy/core/common/data_reduction_proxy_util.h View 1 2 1 chunk +45 lines, -0 lines 0 comments Download
M components/data_reduction_proxy/core/common/data_reduction_proxy_util.cc View 1 2 1 chunk +100 lines, -0 lines 0 comments Download
A components/data_reduction_proxy/core/common/data_reduction_proxy_util_unittest.cc View 1 2 1 chunk +96 lines, -0 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 12 (4 generated)
RyanSturm
tbansal: PTAL
4 years, 6 months ago (2016-05-27 22:21:46 UTC) #2
tbansal1
https://codereview.chromium.org/2025443002/diff/1/components/data_reduction_proxy/core/common/BUILD.gn File components/data_reduction_proxy/core/common/BUILD.gn (right): https://codereview.chromium.org/2025443002/diff/1/components/data_reduction_proxy/core/common/BUILD.gn#newcode44 components/data_reduction_proxy/core/common/BUILD.gn:44: defines = [ "USE_GOOGLE_API_KEYS" ] Two questions: (1) data_reduction_proxy/core/browser/BUILD.gn ...
4 years, 6 months ago (2016-05-27 23:01:59 UTC) #3
RyanSturm
https://codereview.chromium.org/2025443002/diff/1/components/data_reduction_proxy/core/common/BUILD.gn File components/data_reduction_proxy/core/common/BUILD.gn (right): https://codereview.chromium.org/2025443002/diff/1/components/data_reduction_proxy/core/common/BUILD.gn#newcode44 components/data_reduction_proxy/core/common/BUILD.gn:44: defines = [ "USE_GOOGLE_API_KEYS" ] On 2016/05/27 23:01:58, tbansal1 ...
4 years, 6 months ago (2016-05-31 20:10:52 UTC) #4
tbansal1
lgtm % 2 nits. https://codereview.chromium.org/2025443002/diff/20001/components/data_reduction_proxy/core/common/data_reduction_proxy_util.h File components/data_reduction_proxy/core/common/data_reduction_proxy_util.h (right): https://codereview.chromium.org/2025443002/diff/20001/components/data_reduction_proxy/core/common/data_reduction_proxy_util.h#newcode37 components/data_reduction_proxy/core/common/data_reduction_proxy_util.h:37: void TimeDeltatoDuration(const base::TimeDelta& time_delta, Duration* ...
4 years, 6 months ago (2016-05-31 23:31:12 UTC) #5
RyanSturm
https://codereview.chromium.org/2025443002/diff/20001/components/data_reduction_proxy/core/common/data_reduction_proxy_util.h File components/data_reduction_proxy/core/common/data_reduction_proxy_util.h (right): https://codereview.chromium.org/2025443002/diff/20001/components/data_reduction_proxy/core/common/data_reduction_proxy_util.h#newcode37 components/data_reduction_proxy/core/common/data_reduction_proxy_util.h:37: void TimeDeltatoDuration(const base::TimeDelta& time_delta, Duration* duration); On 2016/05/31 23:31:12, ...
4 years, 6 months ago (2016-06-01 15:41:48 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2025443002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2025443002/40001
4 years, 6 months ago (2016-06-01 17:08:39 UTC) #9
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 6 months ago (2016-06-01 17:54:10 UTC) #10
commit-bot: I haz the power
4 years, 6 months ago (2016-06-01 17:56:08 UTC) #12
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/c63ef5ab892e78c1279db7301d2d2aac4f959e76
Cr-Commit-Position: refs/heads/master@{#397175}

Powered by Google App Engine
This is Rietveld 408576698