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

Unified Diff: components/arc/arc_bridge_service_unittest.cc

Issue 1925183004: arc_bridge: Add more logging, plus cleanup (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@master
Patch Set: Fixed unit tests Created 4 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 | « components/arc/arc_bridge_service_impl.cc ('k') | components/arc/net/arc_net_host_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/arc/arc_bridge_service_unittest.cc
diff --git a/components/arc/arc_bridge_service_unittest.cc b/components/arc/arc_bridge_service_unittest.cc
index 624e84a41e20f6249ed0ed77df3b32e737434bd3..eaafa7958cffde00fe6f0a5b2b07d9ad6694b0bc 100644
--- a/components/arc/arc_bridge_service_unittest.cc
+++ b/components/arc/arc_bridge_service_unittest.cc
@@ -128,6 +128,7 @@ TEST_F(ArcBridgeTest, Restart) {
ASSERT_EQ(1, instance_->init_calls());
// Simulate a connection loss.
+ service_->DisableReconnectDelayForTesting();
service_->OnChannelClosed();
instance_->WaitForInitCall();
ASSERT_EQ(ArcBridgeService::State::READY, state());
« no previous file with comments | « components/arc/arc_bridge_service_impl.cc ('k') | components/arc/net/arc_net_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698