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

Unified Diff: remoting/host/worker_process_ipc_delegate.h

Issue 17261013: Change the daemon start type to 'manual' if the host ID has been deleted. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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/worker_process_ipc_delegate.h
diff --git a/remoting/host/worker_process_ipc_delegate.h b/remoting/host/worker_process_ipc_delegate.h
index 0fe477127645899d902df0eadaee76cd50cafeec..bdacd4758f9c8a0ccd20a2f8938d005c4abb839d 100644
--- a/remoting/host/worker_process_ipc_delegate.h
+++ b/remoting/host/worker_process_ipc_delegate.h
@@ -27,7 +27,7 @@ class WorkerProcessIpcDelegate {
virtual bool OnMessageReceived(const IPC::Message& message) = 0;
// Notifies that a permanent error was encountered.
- virtual void OnPermanentError() = 0;
+ virtual void OnPermanentError(int exit_code) = 0;
};
} // namespace remoting
« remoting/host/daemon_process.cc ('K') | « remoting/host/win/worker_process_launcher_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698