Revert "[Tizen] Add WebView Certificate policy decision error get and suspend"
authoreverLEEst(SangHyeon Lee) <sh10233.lee@samsung.com>
Wed, 4 Sep 2024 05:58:08 +0000 (14:58 +0900)
committereverLEEst(SangHyeon Lee) <sh10233.lee@samsung.com>
Wed, 4 Sep 2024 08:09:09 +0000 (17:09 +0900)
This reverts commit 3b8bfd4bf48d964620198f4bd860b34286885e9c.

dali-csharp-binder/dali-toolkit/web-view-wrap.cpp

index 588b55f55648e65f7eaeb9b901678f515dd5f451..bfef1e7a51596714801e61917fdf3c955930845d 100755 (executable)
@@ -1639,28 +1639,6 @@ SWIGEXPORT bool SWIGSTDCALL CSharp_Dali_WebCertificate_IsContextSecure(void * ja
   return ret;
 }
 
-SWIGEXPORT int SWIGSTDCALL CSharp_Dali_WebCertificate_GetPolicyDecisionError(void * jarg1) {
-  Dali::WebEngineCertificate* arg1 = (Dali::WebEngineCertificate*)jarg1;
-  int ret = 1000;
-  {
-    try {
-      ret = (arg1)->GetPolicyDecisionError();
-    } CALL_CATCH_EXCEPTION(1000);
-  }
-  return ret;
-}
-
-SWIGEXPORT bool SWIGSTDCALL CSharp_Dali_WebCertificate_SuspendPolicyDecision(void * jarg1) {
-  Dali::WebEngineCertificate* arg1 = (Dali::WebEngineCertificate*)jarg1;
-  bool ret = false;
-  {
-    try {
-      ret = (arg1)->SuspendPolicyDecision();
-    } CALL_CATCH_EXCEPTION(0);
-  }
-  return ret;
-}
-
 //----------------------------------WebContext-----------------------------------------------------
 SWIGEXPORT int SWIGSTDCALL CSharp_Dali_WebContext_GetCacheModel(void * jarg1) {
   Dali::WebEngineContext *arg1 = (Dali::WebEngineContext *)0;