[Tizen.WebView] Deprecate an enumeration value for text file based cookie storage...
authoryounghajung <35090305+younghajung@users.noreply.github.com>
Thu, 23 Apr 2020 00:43:17 +0000 (09:43 +0900)
committerGitHub <noreply@github.com>
Thu, 23 Apr 2020 00:43:17 +0000 (09:43 +0900)
Chromium supports only SQLite based persistent cookie storage.
This patch deprecates an enumeration for text file based cookie storage,
CookiePersistentStorage.Text.

Signed-off-by: yh106.jung <yh106.jung@samsung.com>
src/Tizen.WebView/Tizen.WebView/CookieManager.cs

index aebd8fe..a80df04 100644 (file)
@@ -46,6 +46,7 @@ namespace Tizen.WebView
         /// <summary>
         /// Cookies are stored in a text file in the Mozilla "cookies.txt" format.
         /// </summary>
+        [Obsolete("Deprecated since API level 8.")]
         Text,
         /// <summary>
         /// Cookies are stored in a SQLite file in the current Mozilla format.