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

Issue 2967993002: DRP: Make secure proxy check URL a DRP param (Closed)

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

Description

DRP: Make secure proxy check URL a DRP param Make secure proxy check URL as a data reduction proxy param instead of a config value. This further cuts down on the functionality provided by data_reduction_proxy_config_values class. Also, remove unused flags for carrier testing, and for setting warmup url. BUG=597768 Review-Url: https://codereview.chromium.org/2967993002 Cr-Commit-Position: refs/heads/master@{#485412} Committed: https://chromium.googlesource.com/chromium/src/+/aaed3d6688dd2599809a4ddb50e8d2414f5e96ef

Patch Set 1 : ps #

Total comments: 8

Patch Set 2 : Rebased #

Patch Set 3 : megjablon comments #

Patch Set 4 : megjablon comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+57 lines, -149 lines) Patch
M chrome/browser/about_flags.cc View 1 1 chunk +0 lines, -7 lines 0 comments Download
M chrome/browser/flag_descriptions.h View 1 1 chunk +0 lines, -3 lines 0 comments Download
M chrome/browser/flag_descriptions.cc View 1 1 chunk +0 lines, -5 lines 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_config.h View 1 2 2 chunks +3 lines, -7 lines 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_config.cc View 1 2 5 chunks +7 lines, -11 lines 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_config_test_utils.h View 1 2 1 chunk +2 lines, -3 lines 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_config_unittest.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_mutable_config_values.h View 1 chunk +0 lines, -2 lines 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_mutable_config_values.cc View 2 chunks +0 lines, -6 lines 0 comments Download
M components/data_reduction_proxy/core/common/data_reduction_proxy_config_values.h View 2 chunks +0 lines, -6 lines 0 comments Download
M components/data_reduction_proxy/core/common/data_reduction_proxy_params.h View 1 2 3 4 chunks +4 lines, -5 lines 0 comments Download
M components/data_reduction_proxy/core/common/data_reduction_proxy_params.cc View 1 2 3 8 chunks +10 lines, -32 lines 0 comments Download
M components/data_reduction_proxy/core/common/data_reduction_proxy_params_test_utils.h View 1 chunk +0 lines, -4 lines 0 comments Download
M components/data_reduction_proxy/core/common/data_reduction_proxy_params_test_utils.cc View 4 chunks +0 lines, -15 lines 0 comments Download
M components/data_reduction_proxy/core/common/data_reduction_proxy_params_unittest.cc View 1 2 5 chunks +29 lines, -31 lines 0 comments Download
M components/data_reduction_proxy/core/common/data_reduction_proxy_switches.h View 1 chunk +0 lines, -2 lines 0 comments Download
M components/data_reduction_proxy/core/common/data_reduction_proxy_switches.cc View 2 chunks +0 lines, -8 lines 0 comments Download

Messages

Total messages: 32 (22 generated)
tbansal1
megjablon: ptal. Thanks.
3 years, 5 months ago (2017-07-05 16:16:23 UTC) #13
tbansal1
ping!! Thanks.
3 years, 5 months ago (2017-07-10 17:41:05 UTC) #14
tbansal1
megjablon: ping. Thanks.
3 years, 5 months ago (2017-07-10 17:44:26 UTC) #15
megjablon
https://codereview.chromium.org/2967993002/diff/20001/components/data_reduction_proxy/core/common/data_reduction_proxy_params.cc File components/data_reduction_proxy/core/common/data_reduction_proxy_params.cc (left): https://codereview.chromium.org/2967993002/diff/20001/components/data_reduction_proxy/core/common/data_reduction_proxy_params.cc#oldcode521 components/data_reduction_proxy/core/common/data_reduction_proxy_params.cc:521: switches::kDataReductionProxyWarmupURL); Can kDataReductionProxyWarmupURL be removed too? https://codereview.chromium.org/2967993002/diff/20001/components/data_reduction_proxy/core/common/data_reduction_proxy_params.cc File components/data_reduction_proxy/core/common/data_reduction_proxy_params.cc ...
3 years, 5 months ago (2017-07-10 18:35:13 UTC) #16
tbansal1
megjablon: ptal. Thanks. https://codereview.chromium.org/2967993002/diff/20001/components/data_reduction_proxy/core/common/data_reduction_proxy_params.cc File components/data_reduction_proxy/core/common/data_reduction_proxy_params.cc (left): https://codereview.chromium.org/2967993002/diff/20001/components/data_reduction_proxy/core/common/data_reduction_proxy_params.cc#oldcode521 components/data_reduction_proxy/core/common/data_reduction_proxy_params.cc:521: switches::kDataReductionProxyWarmupURL); On 2017/07/10 18:35:13, megjablon wrote: ...
3 years, 5 months ago (2017-07-10 20:10:07 UTC) #18
megjablon
https://codereview.chromium.org/2967993002/diff/20001/components/data_reduction_proxy/core/common/data_reduction_proxy_params.cc File components/data_reduction_proxy/core/common/data_reduction_proxy_params.cc (right): https://codereview.chromium.org/2967993002/diff/20001/components/data_reduction_proxy/core/common/data_reduction_proxy_params.cc#newcode558 components/data_reduction_proxy/core/common/data_reduction_proxy_params.cc:558: std::string DataReductionProxyParams::GetDefaultSecureProxyCheckURL() const { On 2017/07/10 20:10:06, tbansal1 wrote: ...
3 years, 5 months ago (2017-07-10 20:20:08 UTC) #21
tbansal1
megjablon: ptal. https://codereview.chromium.org/2967993002/diff/20001/components/data_reduction_proxy/core/common/data_reduction_proxy_params.cc File components/data_reduction_proxy/core/common/data_reduction_proxy_params.cc (right): https://codereview.chromium.org/2967993002/diff/20001/components/data_reduction_proxy/core/common/data_reduction_proxy_params.cc#newcode558 components/data_reduction_proxy/core/common/data_reduction_proxy_params.cc:558: std::string DataReductionProxyParams::GetDefaultSecureProxyCheckURL() const { On 2017/07/10 20:20:08, ...
3 years, 5 months ago (2017-07-10 20:35:18 UTC) #24
megjablon
lgtm
3 years, 5 months ago (2017-07-10 20:36:54 UTC) #25
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/2967993002/100001
3 years, 5 months ago (2017-07-10 21:46:59 UTC) #29
commit-bot: I haz the power
3 years, 5 months ago (2017-07-10 21:53:07 UTC) #32
Message was sent while issue was closed.
Committed patchset #4 (id:100001) as
https://chromium.googlesource.com/chromium/src/+/aaed3d6688dd2599809a4ddb50e8...

Powered by Google App Engine
This is Rietveld 408576698