chore: restore //url dchecks (#15637)

This commit is contained in:
Jeremy Apthorp 2018-11-22 09:02:52 -08:00 committed by GitHub
parent fb52fdc592
commit a8a881c8db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 65 additions and 50 deletions

View file

@ -35,6 +35,7 @@ class AtomMainDelegate : public content::ContentMainDelegate {
bool ShouldSendMachPort(const std::string& process_type) override;
bool DelaySandboxInitialization(const std::string& process_type) override;
#endif
bool ShouldLockSchemeRegistry() override;
private:
#if defined(OS_MACOSX)