[M108 Migration] Migrate patches related to NavigationThrottle and Ewk_Error
[platform/framework/web/chromium-efl.git] / tizen_src / ewk / efl_integration / eweb_view.h
index c25546d..00a71e1 100644 (file)
@@ -257,9 +257,7 @@ class EWebView {
                 const char* base_uri,
                 const char* unreachable_uri = NULL);
 
-  void InvokeLoadError(const GURL& url,
-                       int error_code,
-                       const std::string& error_description);
+  void InvokeLoadError(const GURL& url, int error_code, bool is_cancellation);
 
   void SetViewAuthCallback(Ewk_View_Authentication_Callback callback,
                            void* user_data);