Revert "[Tizen] Add WebView Certificate policy decision error get and suspend"
authoreverLEEst(SangHyeon Lee) <sh10233.lee@samsung.com>
Wed, 4 Sep 2024 05:05:28 +0000 (14:05 +0900)
committereverLEEst(SangHyeon Lee) <sh10233.lee@samsung.com>
Wed, 4 Sep 2024 05:06:46 +0000 (14:06 +0900)
This reverts commit 2c49aa0c33992a6b55993c17870b5514b5240d1e.

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