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

Unified Diff: components/arc/arc_bridge_bootstrap.cc

Issue 1548833002: arc-bridge: Restart ARC instance on crash (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@master
Patch Set: Created 5 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 | « no previous file | components/arc/arc_bridge_service.h » ('j') | components/arc/arc_bridge_service.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/arc/arc_bridge_bootstrap.cc
diff --git a/components/arc/arc_bridge_bootstrap.cc b/components/arc/arc_bridge_bootstrap.cc
index 493a8dba39c374ca289d0c701bbb53c5f3dac8e3..a0a86d9738c991db42473a093398bca243a3329a 100644
--- a/components/arc/arc_bridge_bootstrap.cc
+++ b/components/arc/arc_bridge_bootstrap.cc
@@ -56,6 +56,8 @@ class ArcBridgeBootstrapImpl : public ArcBridgeBootstrap {
// STOPPING
// StopInstance() ->
// STOPPED
+ //
+ // When the instance crashes, it will be stopped and restarted.
hidehiko 2015/12/29 13:27:11 Clarification: In this case, the state would be ch
Luis Héctor Chávez 2015/12/29 17:17:36 Done.
enum class State {
// ARC is not currently running.
STOPPED,
« no previous file with comments | « no previous file | components/arc/arc_bridge_service.h » ('j') | components/arc/arc_bridge_service.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698