Revert "[Tizen] Add WebView Certificate policy decision error get and suspend"
authorJaehyun Cho <jae_hyun.cho@samsung.com>
Tue, 27 Aug 2024 06:33:06 +0000 (15:33 +0900)
committerJaehyun Cho <jae_hyun.cho@samsung.com>
Tue, 27 Aug 2024 06:33:06 +0000 (15:33 +0900)
This reverts commit 5c1d901d543a590354fbd2a3175b771a9e72ac8f.

dali/devel-api/adaptor-framework/web-engine/web-engine-certificate.h

index 8367f16..d0a0699 100755 (executable)
@@ -66,21 +66,6 @@ public:
    * @return true if the context is secure, false otherwise
    */
   virtual bool IsContextSecure() const = 0;
-
-  /**
-   * @brief Get certificate policy decision error.
-   *
-   * @return Ewk_Certificate_Policy_Decision_Error type
-   */
-  virtual int GetPolicyDecisionError() const = 0;
-
-  /**
-   * @brief Suspend certification policy decision.
-   *
-   * @return true if suspend, false otherwise
-   */
-  virtual bool SuspendPolicyDecision() const = 0;
-
 };
 
 } // namespace Dali