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

Unified Diff: components/arc/arc_bridge_service.h

Issue 2574013003: Refactor ArcSessionRunner part 1. (Closed)
Patch Set: Address comments 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
« no previous file with comments | « components/arc/BUILD.gn ('k') | components/arc/arc_bridge_service_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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:
//
« no previous file with comments | « components/arc/BUILD.gn ('k') | components/arc/arc_bridge_service_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698