[Release] wrt-plugins-common_0.3.105 submit/tizen_2.2/20130801.022541
authorJihoon Chung <jihoon.chung@samsaung.com>
Thu, 1 Aug 2013 02:25:02 +0000 (11:25 +0900)
committerJihoon Chung <jihoon.chung@samsaung.com>
Thu, 1 Aug 2013 02:25:02 +0000 (11:25 +0900)
Change-Id: Ib65934cd157a20679fc43422a791e0486da3a2c2

packaging/wrt-plugins-common.spec
src/plugins-ipc-message/ipc_message_support.h

index 2e4cc71..006b37e 100644 (file)
@@ -1,7 +1,7 @@
 #git:framework/web/wrt-plugins-common
 Name:       wrt-plugins-common
 Summary:    wrt-plugins common library
-Version:    0.3.104
+Version:    0.3.105
 Release:    1
 Group:      Development/Libraries
 License:    Apache License, Version 2.0
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