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

Issue 15233002: Add NetworkStateHandler::RequestUpdateForNetwork (Closed)

Created:
7 years, 7 months ago by stevenjb
Modified:
7 years, 7 months ago
CC:
chromium-reviews, nkostylev+watch_chromium.org, gspencer+watch_chromium.org, gauravsh+watch_chromium.org, oshima+watch_chromium.org, stevenjb+watch_chromium.org, davemoore+watch_chromium.org
Visibility:
Public.

Description

Add NetworkStateHandler::RequestUpdateForNetwork This also changes the code to signal observers after update requests, even if nothing changed so that NetworkPropertiesUpdated() will get signaled after a request. BUG=240728 R=pneubeck@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=201614

Patch Set 1 #

Patch Set 2 : . #

Total comments: 8

Patch Set 3 : Rebase + Update comment #

Patch Set 4 : Fix tests #

Patch Set 5 : Add request call for NetworkConfigurationHandler::CreateConfiguration #

Unified diffs Side-by-side diffs Delta from patch set Stats (+99 lines, -3 lines) Patch
M chrome/browser/chromeos/cros/network_library.cc View 1 2 3 2 chunks +6 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/cros/network_library_impl_base.cc View 1 2 3 2 chunks +4 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/cros/network_library_impl_cros.cc View 1 2 3 2 chunks +5 lines, -0 lines 0 comments Download
M chromeos/network/managed_state.h View 2 chunks +7 lines, -0 lines 0 comments Download
M chromeos/network/managed_state.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M chromeos/network/network_configuration_handler.h View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M chromeos/network/network_configuration_handler.cc View 1 2 3 4 3 chunks +7 lines, -0 lines 0 comments Download
M chromeos/network/network_configuration_handler_unittest.cc View 2 chunks +3 lines, -1 line 0 comments Download
M chromeos/network/network_state_handler.h View 1 2 1 chunk +13 lines, -0 lines 0 comments Download
M chromeos/network/network_state_handler.cc View 1 2 3 chunks +25 lines, -1 line 0 comments Download
M chromeos/network/network_state_handler_unittest.cc View 1 2 1 chunk +25 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
stevenjb
7 years, 7 months ago (2013-05-16 21:08:48 UTC) #1
stevenjb
This should help ensure that NetworkState stays in sync both with any Configure requests and ...
7 years, 7 months ago (2013-05-16 21:38:07 UTC) #2
pneubeck (no reviews)
lgtm. From a quick check, it seems that it covers all calls in NetworkLibrary, but ...
7 years, 7 months ago (2013-05-22 08:42:40 UTC) #3
stevenjb
https://codereview.chromium.org/15233002/diff/3001/chromeos/network/network_configuration_handler.cc File chromeos/network/network_configuration_handler.cc (right): https://codereview.chromium.org/15233002/diff/3001/chromeos/network/network_configuration_handler.cc#newcode202 chromeos/network/network_configuration_handler.cc:202: } On 2013/05/22 08:42:40, pneubeck wrote: > here configuration ...
7 years, 7 months ago (2013-05-22 16:08:23 UTC) #4
pneubeck (no reviews)
https://codereview.chromium.org/15233002/diff/3001/chromeos/network/network_configuration_handler.cc File chromeos/network/network_configuration_handler.cc (right): https://codereview.chromium.org/15233002/diff/3001/chromeos/network/network_configuration_handler.cc#newcode202 chromeos/network/network_configuration_handler.cc:202: } On 2013/05/22 16:08:23, stevenjb (chromium) wrote: > On ...
7 years, 7 months ago (2013-05-22 18:02:09 UTC) #5
stevenjb
https://codereview.chromium.org/15233002/diff/3001/chromeos/network/network_configuration_handler.cc File chromeos/network/network_configuration_handler.cc (right): https://codereview.chromium.org/15233002/diff/3001/chromeos/network/network_configuration_handler.cc#newcode202 chromeos/network/network_configuration_handler.cc:202: } On 2013/05/22 18:02:09, pneubeck wrote: > On 2013/05/22 ...
7 years, 7 months ago (2013-05-22 18:45:35 UTC) #6
stevenjb
PTAL
7 years, 7 months ago (2013-05-22 18:45:54 UTC) #7
pneubeck (no reviews)
lgtm
7 years, 7 months ago (2013-05-22 19:36:43 UTC) #8
stevenjb
7 years, 7 months ago (2013-05-22 21:27:40 UTC) #9
Message was sent while issue was closed.
Committed patchset #5 manually as r201614 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698