fix: allow access to the profile dir in mac network sandbox (nws13n) (#17931)
This commit is contained in:
parent
e1e055a837
commit
9b779657fb
2 changed files with 11 additions and 0 deletions
|
@ -154,6 +154,7 @@ class AtomBrowserClient : public content::ContentBrowserClient,
|
|||
GetSystemSharedURLLoaderFactory() override;
|
||||
void OnNetworkServiceCreated(
|
||||
network::mojom::NetworkService* network_service) override;
|
||||
std::vector<base::FilePath> GetNetworkContextsParentDirectory() override;
|
||||
bool ShouldBypassCORB(int render_process_id) const override;
|
||||
std::string GetProduct() const override;
|
||||
std::string GetUserAgent() const override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue