fix: allow access to the profile dir in mac network sandbox (nws13n) (#17931)

This commit is contained in:
Robo 2019-04-23 17:31:36 -07:00 committed by Cheng Zhao
parent e1e055a837
commit 9b779657fb
2 changed files with 11 additions and 0 deletions

View file

@ -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;