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

Issue 2776583002: Fix recording of DataReductionProxy.ConfigService.HTTPRequests (Closed)

Created:
3 years, 9 months ago by tbansal1
Modified:
3 years, 8 months ago
Reviewers:
sclittle
CC:
chromium-reviews, tbansal+watch-data-reduction-proxy_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Fix recording of DataReductionProxy.ConfigService.HTTPRequests Do not record if: (1) Chrome is in data reduction proxy holdback experiment. (2) URL is a local host URL. Also, record the sample as false only when the config is missing. BUG=705167 Review-Url: https://codereview.chromium.org/2776583002 Cr-Commit-Position: refs/heads/master@{#460217} Committed: https://chromium.googlesource.com/chromium/src/+/13390fea415c0b7ac32a5c8de7e370ba57a15440

Patch Set 1 #

Total comments: 6

Patch Set 2 : sclittle comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+26 lines, -28 lines) Patch
M components/data_reduction_proxy/core/browser/data_reduction_proxy_bypass_stats_unittest.cc View 2 chunks +6 lines, -6 lines 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_delegate.h View 1 chunk +1 line, -1 line 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_delegate.cc View 1 3 chunks +9 lines, -10 lines 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_delegate_unittest.cc View 5 chunks +10 lines, -11 lines 0 comments Download

Messages

Total messages: 20 (13 generated)
tbansal1
sclittle: ptal. Thanks.
3 years, 9 months ago (2017-03-25 00:39:55 UTC) #7
sclittle
https://codereview.chromium.org/2776583002/diff/1/components/data_reduction_proxy/core/browser/data_reduction_proxy_delegate.cc File components/data_reduction_proxy/core/browser/data_reduction_proxy_delegate.cc (right): https://codereview.chromium.org/2776583002/diff/1/components/data_reduction_proxy/core/browser/data_reduction_proxy_delegate.cc#newcode309 components/data_reduction_proxy/core/browser/data_reduction_proxy_delegate.cc:309: !params::IsIncludedInHoldbackFieldTrial() && url.SchemeIsHTTPOrHTTPS() && nit: this field trial check ...
3 years, 9 months ago (2017-03-25 00:51:04 UTC) #8
tbansal1
ptal. Thanks. https://codereview.chromium.org/2776583002/diff/1/components/data_reduction_proxy/core/browser/data_reduction_proxy_delegate.cc File components/data_reduction_proxy/core/browser/data_reduction_proxy_delegate.cc (right): https://codereview.chromium.org/2776583002/diff/1/components/data_reduction_proxy/core/browser/data_reduction_proxy_delegate.cc#newcode309 components/data_reduction_proxy/core/browser/data_reduction_proxy_delegate.cc:309: !params::IsIncludedInHoldbackFieldTrial() && url.SchemeIsHTTPOrHTTPS() && On 2017/03/25 00:51:04, ...
3 years, 9 months ago (2017-03-25 01:22:24 UTC) #9
tbansal1
ping! Thanks.
3 years, 8 months ago (2017-03-28 18:23:05 UTC) #14
sclittle
lgtm
3 years, 8 months ago (2017-03-28 18:32:58 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2776583002/20001
3 years, 8 months ago (2017-03-28 20:05:09 UTC) #17
commit-bot: I haz the power
3 years, 8 months ago (2017-03-28 21:11:35 UTC) #20
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/chromium/src/+/13390fea415c0b7ac32a5c8de7e3...

Powered by Google App Engine
This is Rietveld 408576698