| Index: components/arc/arc_bridge_service.h
|
| diff --git a/components/arc/arc_bridge_service.h b/components/arc/arc_bridge_service.h
|
| index 74abd26f6f0d24160dce0ea7b06699876fa40b30..7df4309adf07ae45083674bb1d7528e9a1fa0193 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:
|
| //
|
|
|