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

Unified Diff: components/arc/arc_session_runner.h

Issue 2720303002: Do nothing on OnSessionStopped if ARC is being restarted. (Closed)
Patch Set: Created 3 years, 10 months 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_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_;

Powered by Google App Engine
This is Rietveld 408576698