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

Issue 373153003: Bypass data reduction proxy when using VPN (Closed)

Created:
6 years, 5 months ago by bengr
Modified:
6 years, 5 months ago
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Bypass data reduction proxy when using VPN If the tun interface is present, disable the data reduction proxy. BUG=357129 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=283478

Patch Set 1 : #

Total comments: 2

Patch Set 2 : Changed to a histogram #

Total comments: 22

Patch Set 3 : Addressed comments from marq and Ilya #

Total comments: 2

Patch Set 4 : comment nits #

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+135 lines, -25 lines) Patch
M components/data_reduction_proxy/browser/data_reduction_proxy_settings.h View 1 2 3 3 chunks +15 lines, -7 lines 0 comments Download
M components/data_reduction_proxy/browser/data_reduction_proxy_settings.cc View 1 2 3 4 9 chunks +61 lines, -16 lines 0 comments Download
M components/data_reduction_proxy/browser/data_reduction_proxy_settings_test_utils.h View 2 chunks +11 lines, -0 lines 0 comments Download
M components/data_reduction_proxy/browser/data_reduction_proxy_settings_unittest.cc View 1 2 1 chunk +33 lines, -2 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 2 chunks +15 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
bengr
isherman: metrics marq: data_reduction_proxy
6 years, 5 months ago (2014-07-08 17:06:35 UTC) #1
Ilya Sherman
https://codereview.chromium.org/373153003/diff/40001/tools/metrics/actions/actions.xml File tools/metrics/actions/actions.xml (right): https://codereview.chromium.org/373153003/diff/40001/tools/metrics/actions/actions.xml#newcode2208 tools/metrics/actions/actions.xml:2208: </action> Do you need timestamps for these events? If ...
6 years, 5 months ago (2014-07-08 23:43:04 UTC) #2
bengr
https://codereview.chromium.org/373153003/diff/40001/tools/metrics/actions/actions.xml File tools/metrics/actions/actions.xml (right): https://codereview.chromium.org/373153003/diff/40001/tools/metrics/actions/actions.xml#newcode2208 tools/metrics/actions/actions.xml:2208: </action> On 2014/07/08 23:43:04, Ilya Sherman wrote: > Do ...
6 years, 5 months ago (2014-07-10 18:22:40 UTC) #3
bengr
6 years, 5 months ago (2014-07-10 20:23:15 UTC) #4
Ilya Sherman
Thanks. Metrics LGTM % nits. https://codereview.chromium.org/373153003/diff/80001/components/data_reduction_proxy/browser/data_reduction_proxy_settings.cc File components/data_reduction_proxy/browser/data_reduction_proxy_settings.cc (right): https://codereview.chromium.org/373153003/diff/80001/components/data_reduction_proxy/browser/data_reduction_proxy_settings.cc#newcode51 components/data_reduction_proxy/browser/data_reduction_proxy_settings.cc:51: CHANGE_EVENT_TYPE_MAX =2 nit: Please ...
6 years, 5 months ago (2014-07-11 03:45:53 UTC) #5
marq (ping after 24h)
https://codereview.chromium.org/373153003/diff/80001/components/data_reduction_proxy/browser/data_reduction_proxy_settings.cc File components/data_reduction_proxy/browser/data_reduction_proxy_settings.cc (right): https://codereview.chromium.org/373153003/diff/80001/components/data_reduction_proxy/browser/data_reduction_proxy_settings.cc#newcode44 components/data_reduction_proxy/browser/data_reduction_proxy_settings.cc:44: // The client IP address changed. Use a more ...
6 years, 5 months ago (2014-07-11 16:31:56 UTC) #6
bengr
https://codereview.chromium.org/373153003/diff/80001/components/data_reduction_proxy/browser/data_reduction_proxy_settings.cc File components/data_reduction_proxy/browser/data_reduction_proxy_settings.cc (right): https://codereview.chromium.org/373153003/diff/80001/components/data_reduction_proxy/browser/data_reduction_proxy_settings.cc#newcode44 components/data_reduction_proxy/browser/data_reduction_proxy_settings.cc:44: // The client IP address changed. On 2014/07/11 16:31:56, ...
6 years, 5 months ago (2014-07-11 22:49:16 UTC) #7
marq (ping after 24h)
LGTM with more comment nits. https://codereview.chromium.org/373153003/diff/80001/components/data_reduction_proxy/browser/data_reduction_proxy_settings.h File components/data_reduction_proxy/browser/data_reduction_proxy_settings.h (right): https://codereview.chromium.org/373153003/diff/80001/components/data_reduction_proxy/browser/data_reduction_proxy_settings.h#newcode219 components/data_reduction_proxy/browser/data_reduction_proxy_settings.h:219: virtual void GetNetworkList(net::NetworkInterfaceList* interfaces, ...
6 years, 5 months ago (2014-07-11 23:51:19 UTC) #8
bengr
https://codereview.chromium.org/373153003/diff/80001/components/data_reduction_proxy/browser/data_reduction_proxy_settings.h File components/data_reduction_proxy/browser/data_reduction_proxy_settings.h (right): https://codereview.chromium.org/373153003/diff/80001/components/data_reduction_proxy/browser/data_reduction_proxy_settings.h#newcode219 components/data_reduction_proxy/browser/data_reduction_proxy_settings.h:219: virtual void GetNetworkList(net::NetworkInterfaceList* interfaces, On 2014/07/11 23:51:19, marq_ wrote: ...
6 years, 5 months ago (2014-07-14 18:44:57 UTC) #9
bengr
The CQ bit was checked by bengr@chromium.org
6 years, 5 months ago (2014-07-16 00:11:41 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bengr@chromium.org/373153003/130001
6 years, 5 months ago (2014-07-16 00:17:54 UTC) #11
commit-bot: I haz the power
6 years, 5 months ago (2014-07-16 20:14:38 UTC) #12
Message was sent while issue was closed.
Change committed as 283478

Powered by Google App Engine
This is Rietveld 408576698