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

Unified Diff: remoting/host/host_status_observer.h

Issue 1061903002: Disable chromoting service on permanent errors. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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: remoting/host/host_status_observer.h
diff --git a/remoting/host/host_status_observer.h b/remoting/host/host_status_observer.h
index eec5a5110a758ac62d6de0512e0a6295bc032a0b..3add5797ef6bb7a4bb3545dff9cfb87ed6e8189b 100644
--- a/remoting/host/host_status_observer.h
+++ b/remoting/host/host_status_observer.h
@@ -7,6 +7,8 @@
#include <string>
+#include "remoting/host/host_exit_codes.h"
+
namespace net {
class IPEndPoint;
} // namespace net
@@ -48,7 +50,7 @@ class HostStatusObserver {
virtual void OnStart(const std::string& host_owner_email) {}
// Called when the host shuts down.
- virtual void OnShutdown() {}
+ virtual void OnShutdown(HostExitCodes exit_code) {}
};
} // namespace remoting

Powered by Google App Engine
This is Rietveld 408576698