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

Unified Diff: chromeos/network/network_configuration_handler_unittest.cc

Issue 2689223002: Defer NetworkConfigurationHandler::CreateShillConfiguration callback (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chromeos/network/network_configuration_handler_unittest.cc
diff --git a/chromeos/network/network_configuration_handler_unittest.cc b/chromeos/network/network_configuration_handler_unittest.cc
index 2d17364c959a8e4bd46bb2e8652941141befb013..3b00374b0bcc5c4d8cdf0ad3db24b5d4ec1aeb66 100644
--- a/chromeos/network/network_configuration_handler_unittest.cc
+++ b/chromeos/network/network_configuration_handler_unittest.cc
@@ -208,6 +208,7 @@ class NetworkConfigurationHandlerTest : public testing::Test {
}
void TearDown() override {
+ network_state_handler_->Shutdown();
network_configuration_handler_.reset();
network_state_handler_.reset();
DBusThreadManager::Shutdown();
@@ -508,6 +509,7 @@ class NetworkConfigurationHandlerStubTest : public testing::Test {
}
void TearDown() override {
+ network_state_handler_->Shutdown();
network_configuration_handler_.reset();
network_state_handler_->RemoveObserver(test_observer_.get(), FROM_HERE);
network_state_handler_.reset();
« no previous file with comments | « chromeos/network/network_configuration_handler.cc ('k') | chromeos/network/network_connection_handler_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698