feat: implement File System API support (#41419)
This commit is contained in:
parent
41ba963392
commit
344aba0838
23 changed files with 1562 additions and 9 deletions
|
@ -150,6 +150,8 @@ class ElectronBrowserContext : public content::BrowserContext {
|
|||
content::StorageNotificationService* GetStorageNotificationService() override;
|
||||
content::ReduceAcceptLanguageControllerDelegate*
|
||||
GetReduceAcceptLanguageControllerDelegate() override;
|
||||
content::FileSystemAccessPermissionContext*
|
||||
GetFileSystemAccessPermissionContext() override;
|
||||
|
||||
CookieChangeNotifier* cookie_change_notifier() const {
|
||||
return cookie_change_notifier_.get();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue