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

Issue 578883004: Added flag to enable the data reduction proxy alternative (Closed)

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

Description

Added flag to enable the data reduction proxy alternative This flags has the same effect as being part of the enabled group of the DataCompressionProxyAlternativeConfiguration field trial. BUG=415185 Committed: https://crrev.com/2989fef8c7173769f4361c5bb55d991fa7c0ac26 Cr-Commit-Position: refs/heads/master@{#295563}

Patch Set 1 : #

Total comments: 4

Patch Set 2 : Use forced enabled group #

Total comments: 2

Patch Set 3 : addressed comment from asvitkine #

Patch Set 4 : #

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+27 lines, -11 lines) Patch
M chrome/app/generated_resources.grd View 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/about_flags.cc View 1 chunk +9 lines, -0 lines 0 comments Download
M chrome/browser/io_thread.cc View 1 chunk +2 lines, -6 lines 0 comments Download
M chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_settings_factory.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M components/data_reduction_proxy/browser/data_reduction_proxy_params.cc View 1 2 3 4 1 chunk +7 lines, -2 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 16 (3 generated)
bengr
mmenke: io_thread.cc marq: chrome/browser/net/spdyproxy and components/data_reduction_proxy asvitkine: histograms.xml
6 years, 3 months ago (2014-09-17 18:47:16 UTC) #3
mmenke
https://codereview.chromium.org/578883004/diff/20001/chrome/browser/io_thread.cc File chrome/browser/io_thread.cc (right): https://codereview.chromium.org/578883004/diff/20001/chrome/browser/io_thread.cc#newcode647 chrome/browser/io_thread.cc:647: drp_flags |= data_reduction_proxy::DataReductionProxyParams::kHoldback; Any plans to no longer duplicate ...
6 years, 3 months ago (2014-09-17 19:12:13 UTC) #4
bengr
On 2014/09/17 19:12:13, mmenke wrote: > https://codereview.chromium.org/578883004/diff/20001/chrome/browser/io_thread.cc > File chrome/browser/io_thread.cc (right): > > https://codereview.chromium.org/578883004/diff/20001/chrome/browser/io_thread.cc#newcode647 > ...
6 years, 3 months ago (2014-09-17 20:11:21 UTC) #5
Alexei Svitkine (slow)
https://codereview.chromium.org/578883004/diff/20001/components/data_reduction_proxy/browser/data_reduction_proxy_params.cc File components/data_reduction_proxy/browser/data_reduction_proxy_params.cc (right): https://codereview.chromium.org/578883004/diff/20001/components/data_reduction_proxy/browser/data_reduction_proxy_params.cc#newcode44 components/data_reduction_proxy/browser/data_reduction_proxy_params.cc:44: "DataCompressionProxyAlternativeConfiguration") == kEnabled); Use the pattern recommended by go/finch-and-flags ...
6 years, 3 months ago (2014-09-17 20:15:07 UTC) #6
mmenke
On 2014/09/17 20:15:07, Alexei Svitkine wrote: > https://codereview.chromium.org/578883004/diff/20001/components/data_reduction_proxy/browser/data_reduction_proxy_params.cc > File components/data_reduction_proxy/browser/data_reduction_proxy_params.cc > (right): > > ...
6 years, 3 months ago (2014-09-17 20:56:52 UTC) #7
bengr
https://codereview.chromium.org/578883004/diff/20001/chrome/browser/io_thread.cc File chrome/browser/io_thread.cc (right): https://codereview.chromium.org/578883004/diff/20001/chrome/browser/io_thread.cc#newcode647 chrome/browser/io_thread.cc:647: drp_flags |= data_reduction_proxy::DataReductionProxyParams::kHoldback; On 2014/09/17 19:12:13, mmenke wrote: > ...
6 years, 3 months ago (2014-09-18 17:39:46 UTC) #8
Alexei Svitkine (slow)
https://codereview.chromium.org/578883004/diff/40001/components/data_reduction_proxy/browser/data_reduction_proxy_params.cc File components/data_reduction_proxy/browser/data_reduction_proxy_params.cc (right): https://codereview.chromium.org/578883004/diff/40001/components/data_reduction_proxy/browser/data_reduction_proxy_params.cc#newcode45 components/data_reduction_proxy/browser/data_reduction_proxy_params.cc:45: "DataCompressionProxyAlternativeConfiguration") == kForcedEnabled); The go/finch-and-flags page actually doesn't say ...
6 years, 3 months ago (2014-09-18 17:46:41 UTC) #9
marq (ping after 24h)
LGTM as long as this flag/trial isn't expected to work on iOS.
6 years, 3 months ago (2014-09-18 17:47:49 UTC) #10
bengr
https://codereview.chromium.org/578883004/diff/40001/components/data_reduction_proxy/browser/data_reduction_proxy_params.cc File components/data_reduction_proxy/browser/data_reduction_proxy_params.cc (right): https://codereview.chromium.org/578883004/diff/40001/components/data_reduction_proxy/browser/data_reduction_proxy_params.cc#newcode45 components/data_reduction_proxy/browser/data_reduction_proxy_params.cc:45: "DataCompressionProxyAlternativeConfiguration") == kForcedEnabled); On 2014/09/18 17:46:40, Alexei Svitkine wrote: ...
6 years, 3 months ago (2014-09-18 19:28:33 UTC) #11
Alexei Svitkine (slow)
lgtm
6 years, 3 months ago (2014-09-18 20:05:17 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/578883004/100001
6 years, 3 months ago (2014-09-18 20:19:47 UTC) #14
commit-bot: I haz the power
Committed patchset #5 (id:100001) as 53811bd842946dc18471055c20801ffc1d2e8676
6 years, 3 months ago (2014-09-18 21:47:45 UTC) #15
commit-bot: I haz the power
6 years, 3 months ago (2014-09-18 21:48:25 UTC) #16
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/2989fef8c7173769f4361c5bb55d991fa7c0ac26
Cr-Commit-Position: refs/heads/master@{#295563}

Powered by Google App Engine
This is Rietveld 408576698