Index: components/arc/arc_bridge_service.h |
diff --git a/components/arc/arc_bridge_service.h b/components/arc/arc_bridge_service.h |
index 5e45d8a0f2092fc2202a3bfff4175a6a1b173d73..ba4d84b2d772778328dc06d2587321cf40cfd693 100644 |
--- a/components/arc/arc_bridge_service.h |
+++ b/components/arc/arc_bridge_service.h |
@@ -136,6 +136,8 @@ class ArcBridgeService { |
bool stopped() const { return state() == State::STOPPED; } |
protected: |
+ // TODO(hidehiko): Move ArcSessionRunner related part into ArcSessionRunner |
+ // when we get rid of inheritance. |
// The possible states of the bridge. In the normal flow, the state changes |
// in the following sequence: |
// |