In last CEF version You removed GlobalCEFApp.UserDataPath.
What is default user data path in this case and how can I change it in 115 ?
Disclosure Statement: This site contains affiliate links, which means that I may receive a commission if you make a purchase using these links. As an eBay Partner, I earn from qualifying purchases.
Removed GlobalCEFApp.UserDataPath in 115
-
- Posts: 41
- Joined: Sun Feb 05, 2017 8:53 am
- salvadordf
- Posts: 4580
- Joined: Thu Feb 02, 2017 12:24 pm
- Location: Spain
- Contact:
Re: Removed GlobalCEFApp.UserDataPath in 115
Hi,
The CEF project removed that setting in this commit :
https://bitbucket.org/chromiumembedded/cef/commits/096e3eb30dd29a1a50ba1934444563f475080bf6
Which fixes this issue :
https://github.com/chromiumembedded/cef/issues/3511
The comments to the CEF commit indicate that the files that were stored in GlobalCEFApp.UserDataPath will now be stored in GlobalCEFApp.RootCache.
The CEF project removed that setting in this commit :
https://bitbucket.org/chromiumembedded/cef/commits/096e3eb30dd29a1a50ba1934444563f475080bf6
Which fixes this issue :
https://github.com/chromiumembedded/cef/issues/3511
The comments to the CEF commit indicate that the files that were stored in GlobalCEFApp.UserDataPath will now be stored in GlobalCEFApp.RootCache.