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

Issue 961983002: Rename probe/canary usages to secure proxy check. (Closed)

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

Description

Rename probe/canary usages to secure proxy check. We interchangeably used probe and canary throughout the Data Reduction Proxy component; neither is very descriptive about what is taking place. SecureProxyCheck is sufficiently descriptive but succinct. BUG=460299 Committed: https://crrev.com/5e18930569f8651b16dac2ce22f18f2231c39669 Cr-Commit-Position: refs/heads/master@{#318564}

Patch Set 1 #

Total comments: 6

Patch Set 2 : bengr CR comments #

Total comments: 2

Patch Set 3 : Fix comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+244 lines, -212 lines) Patch
M components/data_reduction_proxy/core/browser/data_reduction_proxy_config.h View 5 chunks +25 lines, -24 lines 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_config.cc View 6 chunks +30 lines, -27 lines 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_config_test_utils.h View 1 2 chunks +7 lines, -5 lines 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_config_test_utils.cc View 1 1 chunk +3 lines, -4 lines 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_config_unittest.cc View 1 6 chunks +40 lines, -29 lines 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_service.h View 3 chunks +10 lines, -8 lines 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_service.cc View 2 chunks +13 lines, -10 lines 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_settings_unittest.cc View 1 2 5 chunks +7 lines, -6 lines 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_test_utils.h View 1 chunk +3 lines, -2 lines 0 comments Download
M components/data_reduction_proxy/core/common/data_reduction_proxy_event_store.h View 6 chunks +21 lines, -20 lines 0 comments Download
M components/data_reduction_proxy/core/common/data_reduction_proxy_event_store.cc View 6 chunks +19 lines, -18 lines 0 comments Download
M components/data_reduction_proxy/core/common/data_reduction_proxy_event_store_unittest.cc View 1 chunk +8 lines, -8 lines 0 comments Download
M components/data_reduction_proxy/core/common/data_reduction_proxy_params.h View 5 chunks +15 lines, -13 lines 0 comments Download
M components/data_reduction_proxy/core/common/data_reduction_proxy_params.cc View 6 chunks +10 lines, -10 lines 0 comments Download
M components/data_reduction_proxy/core/common/data_reduction_proxy_params_test_utils.h View 3 chunks +4 lines, -4 lines 0 comments Download
M components/data_reduction_proxy/core/common/data_reduction_proxy_params_test_utils.cc View 4 chunks +10 lines, -8 lines 0 comments Download
M components/data_reduction_proxy/core/common/data_reduction_proxy_params_unittest.cc View 10 chunks +13 lines, -12 lines 0 comments Download
M components/data_reduction_proxy/core/common/data_reduction_proxy_switches.h View 1 chunk +1 line, -1 line 0 comments Download
M components/data_reduction_proxy/core/common/data_reduction_proxy_switches.cc View 1 chunk +5 lines, -3 lines 0 comments Download

Messages

Total messages: 11 (3 generated)
jeremyim
PTAL. =)
5 years, 10 months ago (2015-02-26 22:02:31 UTC) #2
bengr
https://codereview.chromium.org/961983002/diff/1/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_test_utils.h File components/data_reduction_proxy/core/browser/data_reduction_proxy_config_test_utils.h (left): https://codereview.chromium.org/961983002/diff/1/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_test_utils.h#oldcode98 components/data_reduction_proxy/core/browser/data_reduction_proxy_config_test_utils.h:98: // HandleProbeResponse should always call RecordProbeURLFetchResult exactly You should ...
5 years, 10 months ago (2015-02-26 22:38:43 UTC) #3
jeremyim
https://codereview.chromium.org/961983002/diff/1/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_test_utils.h File components/data_reduction_proxy/core/browser/data_reduction_proxy_config_test_utils.h (left): https://codereview.chromium.org/961983002/diff/1/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_test_utils.h#oldcode98 components/data_reduction_proxy/core/browser/data_reduction_proxy_config_test_utils.h:98: // HandleProbeResponse should always call RecordProbeURLFetchResult exactly On 2015/02/26 ...
5 years, 10 months ago (2015-02-26 23:08:03 UTC) #4
bengr
lgtm, with nit. https://codereview.chromium.org/961983002/diff/20001/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings_unittest.cc File components/data_reduction_proxy/core/browser/data_reduction_proxy_settings_unittest.cc (right): https://codereview.chromium.org/961983002/diff/20001/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings_unittest.cc#newcode279 components/data_reduction_proxy/core/browser/data_reduction_proxy_settings_unittest.cc:279: // The proxy is disabled initially. ...
5 years, 9 months ago (2015-02-27 23:57:03 UTC) #5
jeremyim
https://codereview.chromium.org/961983002/diff/20001/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings_unittest.cc File components/data_reduction_proxy/core/browser/data_reduction_proxy_settings_unittest.cc (right): https://codereview.chromium.org/961983002/diff/20001/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings_unittest.cc#newcode279 components/data_reduction_proxy/core/browser/data_reduction_proxy_settings_unittest.cc:279: // The proxy is disabled initially. Everything should remain ...
5 years, 9 months ago (2015-02-28 00:01:40 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/961983002/40001
5 years, 9 months ago (2015-02-28 00:01:46 UTC) #9
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 9 months ago (2015-02-28 01:32:47 UTC) #10
commit-bot: I haz the power
5 years, 9 months ago (2015-02-28 01:33:35 UTC) #11
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/5e18930569f8651b16dac2ce22f18f2231c39669
Cr-Commit-Position: refs/heads/master@{#318564}

Powered by Google App Engine
This is Rietveld 408576698