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

Issue 2931003002: [CrOS Tether] Invoke "network properties updated" observer function when Tether network properties … (Closed)

Created:
3 years, 6 months ago by Kyle Horimoto
Modified:
3 years, 6 months ago
Reviewers:
stevenjb
CC:
chromium-reviews, stevenjb+watch_chromium.org, oshima+watch_chromium.org, Ryan Hansberry, Jeremy Klein, James Hawkins, lesliewatkins
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

[CrOS Tether] Invoke "network properties updated" observer function when Tether network properties change. Previously, "network list" updates (i.e., updates which signify that networks were added/remvoed) were sent instead. This fixes an issue in which the settings UI was not properly updated. BUG=672263, 726869 Review-Url: https://codereview.chromium.org/2931003002 Cr-Commit-Position: refs/heads/master@{#478428} Committed: https://chromium.googlesource.com/chromium/src/+/e367383624db1b222482184a14bb6f534c9bcf09

Patch Set 1 #

Patch Set 2 : Added a DCHECK(). #

Patch Set 3 : Remove completed TODO. #

Patch Set 4 : Added a log. #

Total comments: 4

Patch Set 5 : stevenjb@ comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+120 lines, -44 lines) Patch
M chromeos/network/network_state_handler.cc View 1 2 3 4 5 chunks +53 lines, -29 lines 0 comments Download
M chromeos/network/network_state_handler_unittest.cc View 10 chunks +67 lines, -15 lines 0 comments Download

Messages

Total messages: 11 (4 generated)
Kyle Horimoto
3 years, 6 months ago (2017-06-08 22:08:24 UTC) #2
Kyle Horimoto
3 years, 6 months ago (2017-06-08 22:08:54 UTC) #3
stevenjb
https://codereview.chromium.org/2931003002/diff/60001/chromeos/network/network_state_handler.cc File chromeos/network/network_state_handler.cc (right): https://codereview.chromium.org/2931003002/diff/60001/chromeos/network/network_state_handler.cc#newcode639 chromeos/network/network_state_handler.cc:639: NotifyNetworkPropertiesUpdated(tether_network_state); Can't all of this just be: if (wifi_network_state->tether_guid().empty() ...
3 years, 6 months ago (2017-06-09 15:39:32 UTC) #4
Kyle Horimoto
https://codereview.chromium.org/2931003002/diff/60001/chromeos/network/network_state_handler.cc File chromeos/network/network_state_handler.cc (right): https://codereview.chromium.org/2931003002/diff/60001/chromeos/network/network_state_handler.cc#newcode639 chromeos/network/network_state_handler.cc:639: NotifyNetworkPropertiesUpdated(tether_network_state); On 2017/06/09 15:39:31, stevenjb wrote: > Can't all ...
3 years, 6 months ago (2017-06-09 17:18:34 UTC) #5
stevenjb
lgtm
3 years, 6 months ago (2017-06-09 20:57:34 UTC) #6
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/2931003002/80001
3 years, 6 months ago (2017-06-09 20:58:59 UTC) #8
commit-bot: I haz the power
3 years, 6 months ago (2017-06-09 21:43:18 UTC) #11
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://chromium.googlesource.com/chromium/src/+/e367383624db1b222482184a14bb...

Powered by Google App Engine
This is Rietveld 408576698