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

Issue 2734033002: [CrOS Tether] Create the ActiveHost class, which stores metadata related to the current connection … (Closed)

Created:
3 years, 9 months ago by Kyle Horimoto
Modified:
3 years, 9 months ago
CC:
chromium-reviews, jlklein+watch-tether_chromium.org, tengs+watch-tether_chromium.org, hansberry+watch-tether_chromium.org, jhawkins+watch-tether_chromium.org, oshima+watch_chromium.org, khorimoto+watch-tether_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[CrOS Tether] Create the ActiveHost class, which stores metadata related to the current connection to a tether host. BUG=672263 Review-Url: https://codereview.chromium.org/2734033002 Cr-Commit-Position: refs/heads/master@{#455904} Committed: https://chromium.googlesource.com/chromium/src/+/1adf5968f86a276628968dccc2467d91677b1107

Patch Set 1 #

Total comments: 8

Patch Set 2 : hansberry@ comments. #

Patch Set 3 : Linted. #

Total comments: 9

Patch Set 4 : hansberry@ comments. #

Total comments: 2

Patch Set 5 : hansberry@ comment. #

Total comments: 2

Patch Set 6 : hansberry@ comment. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+435 lines, -0 lines) Patch
M chromeos/components/tether/BUILD.gn View 2 chunks +3 lines, -0 lines 0 comments Download
A chromeos/components/tether/active_host.h View 1 2 3 4 1 chunk +98 lines, -0 lines 0 comments Download
A chromeos/components/tether/active_host.cc View 1 2 3 1 chunk +139 lines, -0 lines 0 comments Download
A chromeos/components/tether/active_host_unittest.cc View 1 2 3 1 chunk +177 lines, -0 lines 0 comments Download
M chromeos/components/tether/pref_names.h View 1 2 3 1 chunk +12 lines, -0 lines 0 comments Download
M chromeos/components/tether/pref_names.cc View 1 2 3 1 chunk +6 lines, -0 lines 0 comments Download

Messages

Total messages: 20 (8 generated)
Kyle Horimoto
3 years, 9 months ago (2017-03-07 00:38:57 UTC) #2
Ryan Hansberry
Have not looked at tests yet. https://codereview.chromium.org/2734033002/diff/1/chromeos/components/tether/active_host.cc File chromeos/components/tether/active_host.cc (right): https://codereview.chromium.org/2734033002/diff/1/chromeos/components/tether/active_host.cc#newcode122 chromeos/components/tether/active_host.cc:122: DCHECK(GetTetherNetworkSsid().empty()); It's possible ...
3 years, 9 months ago (2017-03-09 17:20:48 UTC) #3
Kyle Horimoto
https://codereview.chromium.org/2734033002/diff/1/chromeos/components/tether/active_host.cc File chromeos/components/tether/active_host.cc (right): https://codereview.chromium.org/2734033002/diff/1/chromeos/components/tether/active_host.cc#newcode122 chromeos/components/tether/active_host.cc:122: DCHECK(GetTetherNetworkSsid().empty()); On 2017/03/09 17:20:48, Ryan Hansberry wrote: > It's ...
3 years, 9 months ago (2017-03-09 18:42:01 UTC) #4
Ryan Hansberry
https://codereview.chromium.org/2734033002/diff/40001/chromeos/components/tether/active_host_unittest.cc File chromeos/components/tether/active_host_unittest.cc (right): https://codereview.chromium.org/2734033002/diff/40001/chromeos/components/tether/active_host_unittest.cc#newcode163 chromeos/components/tether/active_host_unittest.cc:163: active_host_->SetActiveHostDisconnected(); I don't doubt that this could happen, but ...
3 years, 9 months ago (2017-03-09 19:18:21 UTC) #5
Kyle Horimoto
https://codereview.chromium.org/2734033002/diff/40001/chromeos/components/tether/active_host_unittest.cc File chromeos/components/tether/active_host_unittest.cc (right): https://codereview.chromium.org/2734033002/diff/40001/chromeos/components/tether/active_host_unittest.cc#newcode163 chromeos/components/tether/active_host_unittest.cc:163: active_host_->SetActiveHostDisconnected(); On 2017/03/09 19:18:20, Ryan Hansberry wrote: > I ...
3 years, 9 months ago (2017-03-09 19:29:28 UTC) #6
Ryan Hansberry
lgtm with nit https://codereview.chromium.org/2734033002/diff/40001/chromeos/components/tether/pref_names.h File chromeos/components/tether/pref_names.h (right): https://codereview.chromium.org/2734033002/diff/40001/chromeos/components/tether/pref_names.h#newcode29 chromeos/components/tether/pref_names.h:29: // The device ID of the ...
3 years, 9 months ago (2017-03-09 19:48:20 UTC) #7
Kyle Horimoto
https://codereview.chromium.org/2734033002/diff/60001/chromeos/components/tether/active_host.h File chromeos/components/tether/active_host.h (right): https://codereview.chromium.org/2734033002/diff/60001/chromeos/components/tether/active_host.h#newcode56 chromeos/components/tether/active_host.h:56: // with Wi-Fi network ID |tether_network_id|. On 2017/03/09 19:48:20, ...
3 years, 9 months ago (2017-03-09 19:56:04 UTC) #8
Jeremy Klein
lgtm https://codereview.chromium.org/2734033002/diff/80001/chromeos/components/tether/active_host.cc File chromeos/components/tether/active_host.cc (right): https://codereview.chromium.org/2734033002/diff/80001/chromeos/components/tether/active_host.cc#newcode117 chromeos/components/tether/active_host.cc:117: // If the active host has changed while ...
3 years, 9 months ago (2017-03-09 20:13:02 UTC) #10
Kyle Horimoto
https://codereview.chromium.org/2734033002/diff/80001/chromeos/components/tether/active_host.cc File chromeos/components/tether/active_host.cc (right): https://codereview.chromium.org/2734033002/diff/80001/chromeos/components/tether/active_host.cc#newcode117 chromeos/components/tether/active_host.cc:117: // If the active host has changed while the ...
3 years, 9 months ago (2017-03-09 21:19:38 UTC) #11
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/2734033002/80001
3 years, 9 months ago (2017-03-09 21:20:31 UTC) #14
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/2734033002/100001
3 years, 9 months ago (2017-03-09 22:27:50 UTC) #17
commit-bot: I haz the power
3 years, 9 months ago (2017-03-09 23:49:29 UTC) #20
Message was sent while issue was closed.
Committed patchset #6 (id:100001) as
https://chromium.googlesource.com/chromium/src/+/1adf5968f86a276628968dccc246...

Powered by Google App Engine
This is Rietveld 408576698