Add IPC name define for tizen web api
authorJihoon Chung <jihoon.chung@samsaung.com>
Wed, 31 Jul 2013 02:54:41 +0000 (11:54 +0900)
committerJihoon Chung <jihoon.chung@samsaung.com>
Wed, 31 Jul 2013 06:42:48 +0000 (15:42 +0900)
[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

index d2c5384..b5463e9 100644 (file)
@@ -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