[M69 Dev][API] Change ewk_cookie_manager_persistent_storage_set to Public API 72/194672/1
authoryh106.jung <yh106.jung@samsung.com>
Thu, 6 Dec 2018 04:33:53 +0000 (20:33 -0800)
committeryh106.jung <yh106.jung@samsung.com>
Fri, 7 Dec 2018 01:51:56 +0000 (17:51 -0800)
This patch just removes the API from internal header.
It has been already added to public header.

Reference:
https://review.tizen.org/gerrit/#/c/platform/framework/web/chromium-efl/+/173955/

Change-Id: Ib84774fb4c89a3bdd61dc724ec637b996b3ef6bb
Signed-off-by: yh106.jung <yh106.jung@samsung.com>
tizen_src/ewk/efl_integration/public/ewk_cookie_manager_internal.h

index b305e2e..38cec0d 100644 (file)
@@ -48,22 +48,6 @@ extern "C" {
  */
 typedef void (*Ewk_Cookie_Manager_Async_Hostnames_Get_Cb)(Eina_List *hostnames, Ewk_Error *error, void *event_info);
 
-
-/**
- * Set the @a filename where non-session cookies are stored persistently using @a storage as the format to read/write the cookies.
- *
- * Cookies are initially read from @filename to create an initial set of cookies.
- * Then, non-session cookies will be written to @filename.
- *
- * By default, @a manager doesn't store the cookies persistenly, so you need to call this
- * method to keep cookies saved across sessions.
- *
- * @param cookie_manager The cookie manager to update.
- * @param filename the filename to read to/write from.
- * @param storage the type of storage.
- */
-EXPORT_API void ewk_cookie_manager_persistent_storage_set(Ewk_Cookie_Manager *manager, const char *filename, Ewk_Cookie_Persistent_Storage storage);
-
 /**
  * Asynchronously get the list of host names for which @a manager contains cookies.
  *