From 9d2735eb8700443ffaf72b25148d821c68e1c2d6 Mon Sep 17 00:00:00 2001 From: Jihoon Chung Date: Wed, 31 Jul 2013 11:54:41 +0900 Subject: [PATCH] Add IPC name define for tizen web api [Issue#] N/A [Problem] N/A [Cause] N/A [Solution] Add "tizen://exit" and "tizen://hide" [SCMRequest] N/A Change-Id: I08aa449f587788cce024865ee8662cbcbabc84dd --- src/plugins-ipc-message/ipc_message_support.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/plugins-ipc-message/ipc_message_support.h b/src/plugins-ipc-message/ipc_message_support.h index d2c5384..b5463e9 100644 --- a/src/plugins-ipc-message/ipc_message_support.h +++ b/src/plugins-ipc-message/ipc_message_support.h @@ -35,6 +35,8 @@ namespace IPCMessageSupport { static const char * const REPLY_ASYNC = "ToInjectedBundle::REPLY_ASYNC"; static const char * const TIZEN_CHANGE_USERAGENT = "tizen://changeUA"; static const char * const TIZEN_DELETE_ALL_COOKIES = "tizen://deleteAllCookies"; +static const char * const TIZEN_EXIT = "tizen://exit"; +static const char * const TIZEN_HIDE = "tizen://hide"; class AsyncConnection { @@ -77,4 +79,4 @@ void* ignoreAsyncMessageReply(int handle); void replyAsyncMessageToWebProcess(Ewk_Context* ewkContext, int handle, const char* body); } -#endif // WRT_SRC_IPC_MESSAGE_SUPPORT \ No newline at end of file +#endif // WRT_SRC_IPC_MESSAGE_SUPPORT -- 2.7.4