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

Issue 1004853002: Create abstraction for DataReductionProxyParams. (Closed)

Created:
5 years, 9 months ago by jeremyim
Modified:
5 years, 9 months ago
Reviewers:
bengr, sclittle
CC:
chromium-reviews, darin-cc_chromium.org, jam
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Create abstraction for DataReductionProxyParams. This allows DRPConfig to use different parameter storage mechanisms (for now, just DRP Params) and be isolated from their underlying implementations. BUG=466753 Committed: https://crrev.com/becf17df7886864575386a98829cd40ce5cf7212 Cr-Commit-Position: refs/heads/master@{#320855}

Patch Set 1 #

Patch Set 2 : Move comments from DRP Params -> DRP Config Values #

Total comments: 20

Patch Set 3 : sclittle comments #

Total comments: 14

Patch Set 4 : sclittle comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+875 lines, -945 lines) Patch
M components/data_reduction_proxy.gypi View 1 chunk +1 line, -0 lines 0 comments Download
M components/data_reduction_proxy/content/browser/data_reduction_proxy_debug_resource_throttle_unittest.cc View 4 chunks +29 lines, -7 lines 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_config.h View 1 2 3 8 chunks +29 lines, -14 lines 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_config.cc View 1 2 3 12 chunks +117 lines, -46 lines 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_config_test_utils.h View 1 2 3 1 chunk +9 lines, -2 lines 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_config_test_utils.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_config_unittest.cc View 1 2 3 4 chunks +483 lines, -28 lines 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_interceptor_unittest.cc View 5 chunks +7 lines, -7 lines 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data.cc View 1 chunk +2 lines, -1 line 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_metrics_unittest.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_settings_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_usage_stats_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M components/data_reduction_proxy/core/common/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
A components/data_reduction_proxy/core/common/data_reduction_proxy_config_values.h View 1 2 1 chunk +84 lines, -0 lines 0 comments Download
M components/data_reduction_proxy/core/common/data_reduction_proxy_params.h View 1 2 3 6 chunks +33 lines, -176 lines 0 comments Download
M components/data_reduction_proxy/core/common/data_reduction_proxy_params.cc View 1 2 3 5 chunks +69 lines, -131 lines 0 comments Download
M components/data_reduction_proxy/core/common/data_reduction_proxy_params_test_utils.h View 3 2 chunks +0 lines, -18 lines 0 comments Download
M components/data_reduction_proxy/core/common/data_reduction_proxy_params_test_utils.cc View 3 2 chunks +1 line, -37 lines 0 comments Download
M components/data_reduction_proxy/core/common/data_reduction_proxy_params_unittest.cc View 2 chunks +0 lines, -469 lines 0 comments Download

Messages

Total messages: 11 (2 generated)
jeremyim
PTAL! =)
5 years, 9 months ago (2015-03-12 20:04:31 UTC) #2
sclittle
https://codereview.chromium.org/1004853002/diff/20001/components/data_reduction_proxy/content/browser/data_reduction_proxy_debug_resource_throttle_unittest.cc File components/data_reduction_proxy/content/browser/data_reduction_proxy_debug_resource_throttle_unittest.cc (right): https://codereview.chromium.org/1004853002/diff/20001/components/data_reduction_proxy/content/browser/data_reduction_proxy_debug_resource_throttle_unittest.cc#newcode126 components/data_reduction_proxy/content/browser/data_reduction_proxy_debug_resource_throttle_unittest.cc:126: EXPECT_CALL( Is there some way we could avoid adding ...
5 years, 9 months ago (2015-03-13 00:56:17 UTC) #3
jeremyim
https://codereview.chromium.org/1004853002/diff/20001/components/data_reduction_proxy/content/browser/data_reduction_proxy_debug_resource_throttle_unittest.cc File components/data_reduction_proxy/content/browser/data_reduction_proxy_debug_resource_throttle_unittest.cc (right): https://codereview.chromium.org/1004853002/diff/20001/components/data_reduction_proxy/content/browser/data_reduction_proxy_debug_resource_throttle_unittest.cc#newcode126 components/data_reduction_proxy/content/browser/data_reduction_proxy_debug_resource_throttle_unittest.cc:126: EXPECT_CALL( On 2015/03/13 00:56:16, sclittle wrote: > Is there ...
5 years, 9 months ago (2015-03-13 16:21:48 UTC) #4
sclittle
https://codereview.chromium.org/1004853002/diff/20001/components/data_reduction_proxy/content/browser/data_reduction_proxy_debug_resource_throttle_unittest.cc File components/data_reduction_proxy/content/browser/data_reduction_proxy_debug_resource_throttle_unittest.cc (right): https://codereview.chromium.org/1004853002/diff/20001/components/data_reduction_proxy/content/browser/data_reduction_proxy_debug_resource_throttle_unittest.cc#newcode126 components/data_reduction_proxy/content/browser/data_reduction_proxy_debug_resource_throttle_unittest.cc:126: EXPECT_CALL( On 2015/03/13 16:21:47, jeremyim wrote: > On 2015/03/13 ...
5 years, 9 months ago (2015-03-13 19:10:18 UTC) #5
jeremyim
https://codereview.chromium.org/1004853002/diff/20001/components/data_reduction_proxy/content/browser/data_reduction_proxy_debug_resource_throttle_unittest.cc File components/data_reduction_proxy/content/browser/data_reduction_proxy_debug_resource_throttle_unittest.cc (right): https://codereview.chromium.org/1004853002/diff/20001/components/data_reduction_proxy/content/browser/data_reduction_proxy_debug_resource_throttle_unittest.cc#newcode126 components/data_reduction_proxy/content/browser/data_reduction_proxy_debug_resource_throttle_unittest.cc:126: EXPECT_CALL( On 2015/03/13 19:10:17, sclittle wrote: > On 2015/03/13 ...
5 years, 9 months ago (2015-03-13 21:03:55 UTC) #6
bengr
lgtm, presuming you didn't change any of the current functionality.
5 years, 9 months ago (2015-03-16 23:31:06 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1004853002/60001
5 years, 9 months ago (2015-03-17 00:22:52 UTC) #9
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years, 9 months ago (2015-03-17 03:23:09 UTC) #10
commit-bot: I haz the power
5 years, 9 months ago (2015-03-17 03:23:38 UTC) #11
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/becf17df7886864575386a98829cd40ce5cf7212
Cr-Commit-Position: refs/heads/master@{#320855}

Powered by Google App Engine
This is Rietveld 408576698