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

Unified Diff: remoting/host/worker_process_ipc_delegate.h

Issue 11040065: [Chromoting] Reimplemented the worker process launcher to take into account the encountered issues: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 8 years, 2 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
« no previous file with comments | « remoting/host/win/wts_session_process_launcher.cc ('k') | remoting/remoting.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 6a8ff583e0d782730beceba5b522e7e5a2ad2f58..4a03e8fcf108e805bf150fd0f2cd904fbcfdda8a 100644
--- a/remoting/host/worker_process_ipc_delegate.h
+++ b/remoting/host/worker_process_ipc_delegate.h
@@ -25,6 +25,9 @@ class WorkerProcessIpcDelegate {
// Processes messages sent by the client.
virtual bool OnMessageReceived(const IPC::Message& message) = 0;
+
+ // Notifies that a permanent error was encountered.
+ virtual void OnPermanentError() = 0;
};
} // namespace remoting
« no previous file with comments | « remoting/host/win/wts_session_process_launcher.cc ('k') | remoting/remoting.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698