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

Unified Diff: chromeos/network/auto_connect_handler_unittest.cc

Issue 2679423008: Defer NetworkConfigurationHandler::CreateShillConfiguration callback (Closed)
Patch Set: Fix tests 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/auto_connect_handler_unittest.cc
diff --git a/chromeos/network/auto_connect_handler_unittest.cc b/chromeos/network/auto_connect_handler_unittest.cc
index 45510c5e334cd50adcb88977a6747b82d64f4cfe..515ef5b5843aba55b6043fe7006f182ea6202610 100644
--- a/chromeos/network/auto_connect_handler_unittest.cc
+++ b/chromeos/network/auto_connect_handler_unittest.cc
@@ -137,6 +137,7 @@ class AutoConnectHandlerTest : public testing::Test {
}
void TearDown() override {
+ network_state_handler_->Shutdown();
tbarzic 2017/02/10 22:47:48 not strictly part of this cl, but I wonder if we c
stevenjb 2017/02/10 22:50:20 Yep, we could. There are a lot of them though, so
auto_connect_handler_.reset();
client_cert_resolver_.reset();
managed_config_handler_.reset();
« no previous file with comments | « chrome/browser/chromeos/net/network_throttling_observer_unittest.cc ('k') | chromeos/network/client_cert_resolver_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698