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

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

Issue 2571763003: Reduce FakeArcBridgeService usage. (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 444492a2ef2a80ee11a512cabba3fbf67682a61c..b54c81b1770738d2c3627a7c9b64a1bd48832fa1 100644
--- a/components/arc/test/fake_arc_bridge_service.cc
+++ b/components/arc/test/fake_arc_bridge_service.cc
@@ -34,8 +34,4 @@ void FakeArcBridgeService::SetStopped() {
SetState(State::STOPPED);
}
-bool FakeArcBridgeService::HasObserver(const Observer* observer) {
- return observer_list().HasObserver(observer);
-}
-
} // namespace arc
« no previous file with comments | « components/arc/test/fake_arc_bridge_service.h ('k') | ui/arc/notification/arc_notification_manager_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698