| Index: components/arc/arc_session_runner.h
|
| diff --git a/components/arc/arc_session_runner.h b/components/arc/arc_session_runner.h
|
| index 8eeeabd14dc3f2d85d442feb662bdb9f92a9a5b1..98627c37ff339f2f422be747f3eb468d28e7aaba 100644
|
| --- a/components/arc/arc_session_runner.h
|
| +++ b/components/arc/arc_session_runner.h
|
| @@ -99,7 +99,7 @@ class ArcSessionRunner : public ArcSessionObserver {
|
|
|
| // ArcSessionObserver:
|
| void OnSessionReady() override;
|
| - void OnSessionStopped(StopReason reason) override;
|
| + void OnSessionStopped(StopReason reason, bool restarting) override;
|
|
|
| base::ThreadChecker thread_checker_;
|
|
|
|
|