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

Issue 284673004: Improve functionality of FakeShillProfileClient (Closed)

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

Description

Improve functionality of FakeShillProfileClient Note: The fake shill client behaviors are tested by the higher level tests that use them. They may be reaching a complexity level that merits explicit testing, but it's not clear whether or not that would actually be a win. These changes are being added to support https://codereview.chromium.org/275543005/. BUG=none R=pneubeck@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=270486

Patch Set 1 #

Total comments: 14

Patch Set 2 : Feedback #

Patch Set 3 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+217 lines, -67 lines) Patch
M chromeos/dbus/fake_shill_manager_client.cc View 1 chunk +4 lines, -1 line 0 comments Download
M chromeos/dbus/fake_shill_profile_client.h View 1 1 chunk +10 lines, -0 lines 0 comments Download
M chromeos/dbus/fake_shill_profile_client.cc View 1 5 chunks +60 lines, -10 lines 0 comments Download
M chromeos/dbus/fake_shill_service_client.h View 1 chunk +1 line, -0 lines 0 comments Download
M chromeos/dbus/fake_shill_service_client.cc View 1 5 chunks +60 lines, -7 lines 0 comments Download
M chromeos/dbus/shill_profile_client.h View 1 1 chunk +19 lines, -2 lines 0 comments Download
M chromeos/dbus/shill_service_client.h View 1 chunk +1 line, -0 lines 0 comments Download
M chromeos/network/network_state_handler_unittest.cc View 11 chunks +57 lines, -46 lines 0 comments Download
M chromeos/network/shill_property_handler_unittest.cc View 1 chunk +5 lines, -1 line 0 comments Download

Messages

Total messages: 8 (0 generated)
stevenjb
ptal
6 years, 7 months ago (2014-05-13 01:14:44 UTC) #1
stevenjb
SO, reviewing the other CL was not super helpful without this one since they are ...
6 years, 7 months ago (2014-05-13 17:51:32 UTC) #2
pneubeck (no reviews)
On 2014/05/13 17:51:32, stevenjb wrote: > SO, reviewing the other CL was not super helpful ...
6 years, 7 months ago (2014-05-14 07:43:44 UTC) #3
pneubeck (no reviews)
lgtm https://codereview.chromium.org/284673004/diff/1/chromeos/dbus/fake_shill_profile_client.cc File chromeos/dbus/fake_shill_profile_client.cc (right): https://codereview.chromium.org/284673004/diff/1/chromeos/dbus/fake_shill_profile_client.cc#newcode243 chromeos/dbus/fake_shill_profile_client.cc:243: profiles_.clear(); Redundant, STLDeleteValues also clears. https://codereview.chromium.org/284673004/diff/1/chromeos/dbus/fake_shill_profile_client.h File chromeos/dbus/fake_shill_profile_client.h ...
6 years, 7 months ago (2014-05-14 08:12:16 UTC) #4
stevenjb
https://codereview.chromium.org/284673004/diff/1/chromeos/dbus/fake_shill_profile_client.cc File chromeos/dbus/fake_shill_profile_client.cc (right): https://codereview.chromium.org/284673004/diff/1/chromeos/dbus/fake_shill_profile_client.cc#newcode243 chromeos/dbus/fake_shill_profile_client.cc:243: profiles_.clear(); On 2014/05/14 08:12:17, pneubeck wrote: > Redundant, STLDeleteValues ...
6 years, 7 months ago (2014-05-14 17:08:10 UTC) #5
pneubeck (no reviews)
still lgtm. https://codereview.chromium.org/284673004/diff/1/chromeos/network/network_state_handler_unittest.cc File chromeos/network/network_state_handler_unittest.cc (right): https://codereview.chromium.org/284673004/diff/1/chromeos/network/network_state_handler_unittest.cc#newcode150 chromeos/network/network_state_handler_unittest.cc:150: DBusThreadManager::InitializeWithStub(); On 2014/05/14 17:08:10, stevenjb wrote: > ...
6 years, 7 months ago (2014-05-14 18:08:35 UTC) #6
stevenjb
https://codereview.chromium.org/284673004/diff/1/chromeos/network/network_state_handler_unittest.cc File chromeos/network/network_state_handler_unittest.cc (right): https://codereview.chromium.org/284673004/diff/1/chromeos/network/network_state_handler_unittest.cc#newcode150 chromeos/network/network_state_handler_unittest.cc:150: DBusThreadManager::InitializeWithStub(); On 2014/05/14 18:08:35, pneubeck wrote: > On 2014/05/14 ...
6 years, 7 months ago (2014-05-14 19:13:07 UTC) #7
stevenjb
6 years, 7 months ago (2014-05-14 22:05:58 UTC) #8
Message was sent while issue was closed.
Committed patchset #3 manually as r270486 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698