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

Unified Diff: components/arc/test/fake_arc_bridge_service.cc

Issue 2577373002: Refactor ArcBridgeServiceImpl part 2. (Closed)
Patch Set: Created 4 years 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: components/arc/test/fake_arc_bridge_service.cc
diff --git a/components/arc/test/fake_arc_bridge_service.cc b/components/arc/test/fake_arc_bridge_service.cc
index b54c81b1770738d2c3627a7c9b64a1bd48832fa1..5ed87068513bdfd7abd428bc7d04d2b7271cf131 100644
--- a/components/arc/test/fake_arc_bridge_service.cc
+++ b/components/arc/test/fake_arc_bridge_service.cc
@@ -25,8 +25,8 @@ void FakeArcBridgeService::OnShutdown() {
}
void FakeArcBridgeService::SetReady() {
- if (state() != State::READY)
- SetState(State::READY);
+ if (state() != State::RUNNING)
+ SetState(State::RUNNING);
}
void FakeArcBridgeService::SetStopped() {
« components/arc/arc_bridge_service_impl.cc ('K') | « components/arc/arc_bridge_service_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698