Index: remoting/host/chromoting_messages.h |
diff --git a/remoting/host/chromoting_messages.h b/remoting/host/chromoting_messages.h |
new file mode 100644 |
index 0000000000000000000000000000000000000000..0ec13399c10af446f38403d39cccb61216647c41 |
--- /dev/null |
+++ b/remoting/host/chromoting_messages.h |
@@ -0,0 +1,17 @@ |
+// 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 IPC messages used by Chromoting components. |
+ |
+// Multiply-included message file, no traditional include guard. |
+#include "ipc/ipc_message_macros.h" |
+ |
+#define IPC_MESSAGE_START ChromotingMsgStart |
+ |
+//----------------------------------------------------------------------------- |
+// The Chrmomoting session messages |
+ |
+// Asks the service to send the Secure Attention Sequence (SAS) to the current |
+// console session. |
+IPC_MESSAGE_CONTROL0(ChromotingHostMsg_SendSasToConsole) |