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

Issue 2861883002: [CrOS Tether] Transform NetworkConnectionHandler to an interface. (Closed)

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

Description

[CrOS Tether] Transform NetworkConnectionHandler to an interface. The implementation is now part of a class private to network_connection_handler.cc. This is in preparation for using a test double for NetworkConnectionHandler. BUG=672263 Review-Url: https://codereview.chromium.org/2861883002 Cr-Commit-Position: refs/heads/master@{#469229} Committed: https://chromium.googlesource.com/chromium/src/+/a2ff3163407b76f7b8bfbc66b96d4bd0e21596b2

Patch Set 1 #

Total comments: 20

Patch Set 2 : stevenjb@ comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+346 lines, -1601 lines) Patch
M chromeos/BUILD.gn View 1 2 chunks +3 lines, -1 line 0 comments Download
M chromeos/components/tether/initializer_unittest.cc View 1 1 chunk +22 lines, -0 lines 0 comments Download
M chromeos/components/tether/tether_connector_unittest.cc View 1 1 chunk +22 lines, -0 lines 0 comments Download
M chromeos/network/network_connection_handler.h View 1 6 chunks +29 lines, -128 lines 0 comments Download
M chromeos/network/network_connection_handler.cc View 1 6 chunks +15 lines, -752 lines 0 comments Download
A chromeos/network/network_connection_handler_impl.h View 1 1 chunk +163 lines, -0 lines 0 comments Download
A + chromeos/network/network_connection_handler_impl.cc View 1 29 chunks +86 lines, -168 lines 0 comments Download
A + chromeos/network/network_connection_handler_impl_unittest.cc View 1 4 chunks +4 lines, -7 lines 0 comments Download
M chromeos/network/network_connection_handler_unittest.cc View 1 1 chunk +0 lines, -543 lines 0 comments Download
M chromeos/network/network_handler.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 10 (4 generated)
Kyle Horimoto
3 years, 7 months ago (2017-05-03 21:46:59 UTC) #2
stevenjb
https://codereview.chromium.org/2861883002/diff/1/chromeos/components/tether/initializer_unittest.cc File chromeos/components/tether/initializer_unittest.cc (right): https://codereview.chromium.org/2861883002/diff/1/chromeos/components/tether/initializer_unittest.cc#newcode97 chromeos/components/tether/initializer_unittest.cc:97: bool check_error_state) override {} blank line between methods with ...
3 years, 7 months ago (2017-05-03 22:05:38 UTC) #3
Kyle Horimoto
https://codereview.chromium.org/2861883002/diff/1/chromeos/components/tether/initializer_unittest.cc File chromeos/components/tether/initializer_unittest.cc (right): https://codereview.chromium.org/2861883002/diff/1/chromeos/components/tether/initializer_unittest.cc#newcode97 chromeos/components/tether/initializer_unittest.cc:97: bool check_error_state) override {} On 2017/05/03 22:05:38, stevenjb wrote: ...
3 years, 7 months ago (2017-05-03 22:38:30 UTC) #4
stevenjb
lgtm
3 years, 7 months ago (2017-05-04 00:05:06 UTC) #5
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/2861883002/20001
3 years, 7 months ago (2017-05-04 00:09:30 UTC) #7
commit-bot: I haz the power
3 years, 7 months ago (2017-05-04 01:20:42 UTC) #10
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/chromium/src/+/a2ff3163407b76f7b8bfbc66b96d...

Powered by Google App Engine
This is Rietveld 408576698