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

Issue 2183153002: NQE: Move ECT to net:: namespace (Closed)

Created:
4 years, 4 months ago by tbansal1
Modified:
4 years, 4 months ago
Reviewers:
bengr, mmenke
CC:
chromium-reviews, mlamouri+watch-content_chromium.org, cbentzel+watch_chromium.org, jam, Randy Smith (Not in Mondays), darin-cc_chromium.org, loading-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

NQE: Move ECT to net:: namespace Move EffectiveConnectionType from NetworkQualityEstimator class to net:: namespace Also, move EffectiveConnectionType to a separate file in //net/nqe/effective_connection_type.h. TBR=nasko@chromium.org,dimich@chromium.org BUG=631552, 631554 Committed: https://crrev.com/3eb690178fe3818530e84ee9bffffda40ca41edd Cr-Commit-Position: refs/heads/master@{#408605}

Patch Set 1 : PS #

Patch Set 2 : PS #

Patch Set 3 : PS #

Patch Set 4 : Move ECT to net:: namespace #

Patch Set 5 : Fix more compilation errors #

Total comments: 2

Patch Set 6 : Rebased, addressed mmenke's comments #

Patch Set 7 : Moar rebasing #

Patch Set 8 : Rebased, also fixed comnpilation error #

Unified diffs Side-by-side diffs Delta from patch set Stats (+280 lines, -338 lines) Patch
M chrome/browser/android/offline_pages/offline_page_tab_helper.cc View 1 2 3 4 5 6 1 chunk +4 lines, -6 lines 0 comments Download
M chrome/browser/android/offline_pages/offline_page_tab_helper_unittest.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/net/nqe/ui_network_quality_estimator_service.h View 1 2 3 4 5 6 3 chunks +5 lines, -8 lines 0 comments Download
M chrome/browser/net/nqe/ui_network_quality_estimator_service.cc View 1 2 3 4 5 6 4 chunks +6 lines, -5 lines 0 comments Download
M chrome/browser/net/nqe/ui_network_quality_estimator_service_browsertest.cc View 1 2 3 4 2 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/net/nqe/ui_network_quality_estimator_service_test_util.h View 1 2 3 4 2 chunks +2 lines, -3 lines 0 comments Download
M chrome/browser/net/nqe/ui_network_quality_estimator_service_test_util.cc View 1 2 3 4 3 chunks +4 lines, -5 lines 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_config.h View 1 2 3 3 chunks +3 lines, -4 lines 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_config.cc View 1 2 3 5 chunks +11 lines, -17 lines 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_config_unittest.cc View 1 2 3 11 chunks +35 lines, -49 lines 0 comments Download
M content/browser/loader/resource_loader.cc View 1 2 3 2 chunks +2 lines, -1 line 0 comments Download
M content/browser/loader/resource_loader_unittest.cc View 1 2 3 4 7 chunks +16 lines, -23 lines 0 comments Download
M content/child/weburlresponse_extradata_impl.h View 1 2 3 3 chunks +4 lines, -7 lines 0 comments Download
M content/child/weburlresponse_extradata_impl.cc View 1 2 3 1 chunk +1 line, -2 lines 0 comments Download
M content/common/resource_messages.h View 1 2 3 2 chunks +3 lines, -4 lines 0 comments Download
M content/public/common/resource_response_info.h View 1 2 3 2 chunks +2 lines, -3 lines 0 comments Download
M content/public/common/resource_response_info.cc View 1 2 3 1 chunk +1 line, -2 lines 0 comments Download
M content/renderer/effective_connection_type_helper.h View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M content/renderer/effective_connection_type_helper.cc View 1 2 3 1 chunk +12 lines, -16 lines 0 comments Download
M net/net.gypi View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
A net/nqe/effective_connection_type.h View 1 2 3 4 5 1 chunk +32 lines, -0 lines 0 comments Download
M net/nqe/network_quality_estimator.h View 1 2 3 3 chunks +4 lines, -23 lines 0 comments Download
M net/nqe/network_quality_estimator.cc View 1 2 3 5 chunks +8 lines, -11 lines 0 comments Download
M net/nqe/network_quality_estimator_unittest.cc View 1 2 3 19 chunks +116 lines, -141 lines 0 comments Download

Messages

Total messages: 78 (61 generated)
tbansal1
mmenke: Can you please take a quick look at //net/nqe/effective_connection_type.h and //net/nqe/network_quality_estimator.h. I am primarily ...
4 years, 4 months ago (2016-07-26 18:54:44 UTC) #19
tbansal1
bengr: PTAL. Most significant changes are in \\net\nqe\network_quality_estimator.h and \\net\nqe\effective_connection_type.h. Rest of the changes are ...
4 years, 4 months ago (2016-07-26 20:54:13 UTC) #29
mmenke
On 2016/07/26 20:54:13, tbansal1 wrote: > bengr: PTAL. Most significant changes are in > \\net\nqe\network_quality_estimator.h ...
4 years, 4 months ago (2016-07-26 21:37:13 UTC) #32
tbansal1
On 2016/07/26 21:37:13, mmenke wrote: > On 2016/07/26 20:54:13, tbansal1 wrote: > > bengr: PTAL. ...
4 years, 4 months ago (2016-07-26 21:43:45 UTC) #33
tbansal1
On 2016/07/26 21:43:45, tbansal1 wrote: > On 2016/07/26 21:37:13, mmenke wrote: > > On 2016/07/26 ...
4 years, 4 months ago (2016-07-26 22:00:58 UTC) #34
mmenke
On 2016/07/26 22:00:58, tbansal1 wrote: > On 2016/07/26 21:43:45, tbansal1 wrote: > > On 2016/07/26 ...
4 years, 4 months ago (2016-07-27 15:01:41 UTC) #35
tbansal1
mmneke: PTAL. The most important change is in //net/nqe/network_quality_estimator.h and //net/nqe/effective_connection_type.h Rest are all mechanical ...
4 years, 4 months ago (2016-07-28 18:27:31 UTC) #42
mmenke
On 2016/07/28 18:27:31, tbansal1 wrote: > mmneke: PTAL. The most important change is in > ...
4 years, 4 months ago (2016-07-28 18:39:35 UTC) #45
mmenke
On 2016/07/28 18:39:35, mmenke wrote: > On 2016/07/28 18:27:31, tbansal1 wrote: > > mmneke: PTAL. ...
4 years, 4 months ago (2016-07-28 18:46:21 UTC) #46
mmenke
LGTM (And a tiny nit I forgot to publish). Think this CL is TBRable. I ...
4 years, 4 months ago (2016-07-28 19:44:12 UTC) #49
tbansal1
https://codereview.chromium.org/2183153002/diff/180001/net/nqe/effective_connection_type.h File net/nqe/effective_connection_type.h (right): https://codereview.chromium.org/2183153002/diff/180001/net/nqe/effective_connection_type.h#newcode14 net/nqe/effective_connection_type.h:14: // different, usually worse, from its expected capabilities. On ...
4 years, 4 months ago (2016-07-28 23:58:29 UTC) #55
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/2183153002/200001
4 years, 4 months ago (2016-07-28 23:58:45 UTC) #56
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/2183153002/240001
4 years, 4 months ago (2016-07-29 00:37:58 UTC) #65
commit-bot: I haz the power
Try jobs failed on following builders: linux_android_rel_ng on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/112693)
4 years, 4 months ago (2016-07-29 00:44:55 UTC) #67
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/2183153002/260001
4 years, 4 months ago (2016-07-29 08:52:28 UTC) #74
commit-bot: I haz the power
Committed patchset #8 (id:260001)
4 years, 4 months ago (2016-07-29 08:56:13 UTC) #76
commit-bot: I haz the power
4 years, 4 months ago (2016-07-29 08:58:02 UTC) #78
Message was sent while issue was closed.
Patchset 8 (id:??) landed as
https://crrev.com/3eb690178fe3818530e84ee9bffffda40ca41edd
Cr-Commit-Position: refs/heads/master@{#408605}

Powered by Google App Engine
This is Rietveld 408576698