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

Unified Diff: ash/test/ash_test_helper.cc

Issue 2861773003: chromeos: Fix crash when clicking on networking menu under mash (Closed)
Patch Set: review comments Created 3 years, 8 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
« no previous file with comments | « ash/system/network/tray_network_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/test/ash_test_helper.cc
diff --git a/ash/test/ash_test_helper.cc b/ash/test/ash_test_helper.cc
index 0affe9d9fc12539c0c3d8db6c97c9151237e502d..d6911f5c0e3043e15420f3ca5e904ca61e74bf12 100644
--- a/ash/test/ash_test_helper.cc
+++ b/ash/test/ash_test_helper.cc
@@ -354,10 +354,6 @@ void AshTestHelper::CreateMashWindowManager() {
int next_x = 0;
CreateRootWindowController("800x600", &next_x);
}
-
- // Make sure the NetworkHandler didn't get turned on, see above comment as to
- // why the NetworkHandler should not be running.
- CHECK(!chromeos::NetworkHandler::IsInitialized());
}
void AshTestHelper::CreateShell() {
« no previous file with comments | « ash/system/network/tray_network_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698