| Index: components/arc/arc_session_observer.h
|
| diff --git a/components/arc/arc_session_observer.h b/components/arc/arc_session_observer.h
|
| index 2751e35ec7bc24b3abab4d6f216cffbcef06d7ec..d42ad2937e727c60cb075d7ec3d91bf6fffd0e59 100644
|
| --- a/components/arc/arc_session_observer.h
|
| +++ b/components/arc/arc_session_observer.h
|
| @@ -36,7 +36,8 @@ class ArcSessionObserver {
|
|
|
| // Called when ARC instance is stopped. This is called exactly once
|
| // per instance which is Start()ed.
|
| - virtual void OnSessionStopped(StopReason reason) {}
|
| + // If ARC instance is being restarted, |restarting| is true. Otherwise false.
|
| + virtual void OnSessionStopped(StopReason reason, bool restarting) {}
|
| };
|
|
|
| // Defines "<<" operator for LOGging purpose.
|
|
|