flushCookie() will be called on WRTCookieManager's dtor.
flushStorageData() is applied for all profile.
Related chromium-efl patch:
https://review.tizen.org/gerrit/245001/
Change-Id: Ic339b7d639c76dd5829c1a8f0ba0bd1d24941823
private flushData() {
console.log('WebApplication : FlushData');
- if (wrt.tv) {
- wrt.tv.flushCookie();
- this.windowList.forEach((window) => window.webContents.session.flushStorageData());
- }
+ this.windowList.forEach((window) => window.webContents.session.flushStorageData());
}
sendAppControlEvent() {