Index: remoting/host/chromoting_service_messages.h |
diff --git a/remoting/host/chromoting_service_messages.h b/remoting/host/chromoting_service_messages.h |
new file mode 100644 |
index 0000000000000000000000000000000000000000..1fd8158a856a471cff04b15075c1ccf1ae038e8e |
--- /dev/null |
+++ b/remoting/host/chromoting_service_messages.h |
@@ -0,0 +1,22 @@ |
+// Copyright (c) 2012 The Chromium Authors. All rights reserved. |
+// Use of this source code is governed by a BSD-style license that can be |
+// found in the LICENSE file. |
+ |
+// Defines messages between the Chrmoting host and service. |
Wez
2012/03/07 01:56:13
typo: Chromoting
alexeypa (please no reviews)
2012/03/07 19:59:08
Done.
|
+ |
+// Multiply-included message file, no traditional include guard. |
+#include "ipc/ipc_message_macros.h" |
+ |
+#ifndef REMOTING_HOST_CHROMOTING_SERVICE_MESSAGES_H_ |
jam
2012/03/07 00:51:26
you don't need this block since it's empty
alexeypa (please no reviews)
2012/03/07 19:59:08
Done.
|
+#define REMOTING_HOST_CHROMOTING_SERVICE_MESSAGES_H_ |
+ |
+#define IPC_MESSAGE_START ChromotingServiceMsgStart |
+ |
+#endif // REMOTING_HOST_CHROMOTING_SERVICE_MESSAGES_H_ |
+ |
+//----------------------------------------------------------------------------- |
+// The Chrmomoting service messages |
+ |
+// Asks the service to send the security attention sequence (SAS) to the current |
+// console session. |
+IPC_MESSAGE_CONTROL0(ChromotingServiceMsg_SendSas) |
Wez
2012/03/07 01:56:13
nit: SendSasToConsole?
alexeypa (please no reviews)
2012/03/07 19:59:08
Done.
|