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

Unified Diff: components/arc/arc_bridge_service.h

Issue 2574013003: Refactor ArcSessionRunner part 1. (Closed)
Patch Set: rebase to the split CL 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/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:
//

Powered by Google App Engine
This is Rietveld 408576698