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

Unified Diff: remoting/host/chromoting_service_messages.h

Issue 9617027: Chromoting: Implemented security attention sequence (SAS) emulation on Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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/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.

Powered by Google App Engine
This is Rietveld 408576698