Add changesWatch for webview cookie
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / devel-api / controls / web-view / web-cookie-manager.cpp
old mode 100644 (file)
new mode 100755 (executable)
index fba924a..61529a8
@@ -51,6 +51,11 @@ void WebCookieManager::SetPersistentStorage(const std::string& path, Dali::WebEn
   mWebEngineCookieManager.SetPersistentStorage(path, storage);
 }
 
+void WebCookieManager::ChangesWatch(Dali::WebEngineCookieManager::WebEngineCookieManagerChangesWatchCallback callback)
+{
+  mWebEngineCookieManager.ChangesWatch(callback);
+}
+
 } // namespace Toolkit
 
 } // namespace Dali