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

Issue 2850003002: Add flag to override Effective Connection Type (Closed)

Created:
3 years, 7 months ago by tbansal1
Modified:
3 years, 7 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, tbansal+watch-nqe_chromium.org, asvitkine+watch_chromium.org, net-reviews_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Add flag to override Effective Connection Type Add flag to override Effective Connection Type (ECT) returned by Network Quality Estimator (NQE). If ECT is overridden using both the flag and the field trial, then the value set by the flag takes the precedence. BUG=716221 Review-Url: https://codereview.chromium.org/2850003002 Cr-Commit-Position: refs/heads/master@{#469432} Committed: https://chromium.googlesource.com/chromium/src/+/d3e08ca678225b65a89c91f01329ecc11ef8b554

Patch Set 1 : ps #

Total comments: 6

Patch Set 2 : ryansturm nits #

Total comments: 1

Patch Set 3 : Fix failing test #

Patch Set 4 : Rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+210 lines, -27 lines) Patch
M chrome/browser/about_flags.cc View 1 2 3 3 chunks +36 lines, -0 lines 0 comments Download
M chrome/browser/flag_descriptions.h View 1 2 3 1 chunk +17 lines, -0 lines 0 comments Download
M chrome/browser/flag_descriptions.cc View 1 2 3 1 chunk +14 lines, -0 lines 0 comments Download
M chrome/browser/io_thread.cc View 1 2 3 2 chunks +14 lines, -0 lines 0 comments Download
M chrome/browser/io_thread_unittest.cc View 1 2 3 11 chunks +77 lines, -0 lines 0 comments Download
M chrome/common/chrome_switches.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/chrome_switches.cc View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M net/nqe/effective_connection_type.h View 1 chunk +7 lines, -0 lines 0 comments Download
M net/nqe/effective_connection_type.cc View 1 chunk +6 lines, -5 lines 0 comments Download
M net/nqe/network_quality_estimator_params.h View 1 2 3 1 chunk +5 lines, -0 lines 0 comments Download
M net/nqe/network_quality_estimator_params.cc View 1 2 3 2 chunks +27 lines, -21 lines 0 comments Download
M net/nqe/network_quality_estimator_unittest.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M tools/metrics/histograms/enums.xml View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 53 (41 generated)
tbansal1
ryansturm: ptal at *. Thanks.
3 years, 7 months ago (2017-05-01 22:44:22 UTC) #22
RyanSturm
lgtm % a few comments https://codereview.chromium.org/2850003002/diff/100001/chrome/browser/about_flags.cc File chrome/browser/about_flags.cc (right): https://codereview.chromium.org/2850003002/diff/100001/chrome/browser/about_flags.cc#newcode744 chrome/browser/about_flags.cc:744: // Ensure that all ...
3 years, 7 months ago (2017-05-01 23:08:35 UTC) #23
tbansal1
mmenke: ptal at io_thread.cc and io_thread_unittest.cc. ishereman: tools/metrics/histograms/histograms.xml Thanks. https://codereview.chromium.org/2850003002/diff/100001/chrome/browser/about_flags.cc File chrome/browser/about_flags.cc (right): https://codereview.chromium.org/2850003002/diff/100001/chrome/browser/about_flags.cc#newcode744 chrome/browser/about_flags.cc:744: ...
3 years, 7 months ago (2017-05-02 00:01:50 UTC) #27
mmenke
LGTM https://codereview.chromium.org/2850003002/diff/120001/chrome/browser/io_thread.cc File chrome/browser/io_thread.cc (right): https://codereview.chromium.org/2850003002/diff/120001/chrome/browser/io_thread.cc#newcode575 chrome/browser/io_thread.cc:575: } Not going to block on this, but ...
3 years, 7 months ago (2017-05-02 16:09:44 UTC) #32
tbansal1
On 2017/05/02 16:09:44, mmenke wrote: > LGTM > > https://codereview.chromium.org/2850003002/diff/120001/chrome/browser/io_thread.cc > File chrome/browser/io_thread.cc (right): > ...
3 years, 7 months ago (2017-05-02 16:36:51 UTC) #33
mmenke
On 2017/05/02 16:36:51, tbansal1 wrote: > On 2017/05/02 16:09:44, mmenke wrote: > > LGTM > ...
3 years, 7 months ago (2017-05-02 16:40:35 UTC) #34
Ilya Sherman
histograms.xml lgtm
3 years, 7 months ago (2017-05-02 21:15:49 UTC) #35
tbansal1
On 2017/05/02 16:40:35, mmenke wrote: > On 2017/05/02 16:36:51, tbansal1 wrote: > > On 2017/05/02 ...
3 years, 7 months ago (2017-05-02 21:54:15 UTC) #36
tbansal1
mmenke: PTAnL at io_thread-unittest.cc. I made some changes to fix a breaking test (specifically, the ...
3 years, 7 months ago (2017-05-04 14:40:15 UTC) #42
mmenke
On 2017/05/04 14:40:15, tbansal1 wrote: > mmenke: PTAnL at io_thread-unittest.cc. I made some changes to ...
3 years, 7 months ago (2017-05-04 19:41:45 UTC) #47
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/2850003002/180001
3 years, 7 months ago (2017-05-04 19:44:17 UTC) #50
commit-bot: I haz the power
3 years, 7 months ago (2017-05-04 19:51:36 UTC) #53
Message was sent while issue was closed.
Committed patchset #4 (id:180001) as
https://chromium.googlesource.com/chromium/src/+/d3e08ca678225b65a89c91f01329...

Powered by Google App Engine
This is Rietveld 408576698