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

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

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.h
diff --git a/components/arc/test/fake_arc_bridge_service.h b/components/arc/test/fake_arc_bridge_service.h
index c21811297e7cb573af03bc76a35c2ac8e7decfb0..971ccd902eb8590e71ddbfb77b0f08021f75082d 100644
--- a/components/arc/test/fake_arc_bridge_service.h
+++ b/components/arc/test/fake_arc_bridge_service.h
@@ -23,13 +23,10 @@ class FakeArcBridgeService : public ArcBridgeService {
void RequestStop() override;
void OnShutdown() override;
+ private:
void SetReady();
-
void SetStopped();
- bool HasObserver(const Observer* observer);
-
- private:
DISALLOW_COPY_AND_ASSIGN(FakeArcBridgeService);
};
« no previous file with comments | « components/arc/intent_helper/arc_intent_helper_bridge_unittest.cc ('k') | components/arc/test/fake_arc_bridge_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698