chore: restore //url dchecks (#15637)
This commit is contained in:
parent
fb52fdc592
commit
a8a881c8db
6 changed files with 65 additions and 50 deletions
|
@ -278,4 +278,8 @@ bool AtomMainDelegate::DelaySandboxInitialization(
|
|||
}
|
||||
#endif
|
||||
|
||||
bool AtomMainDelegate::ShouldLockSchemeRegistry() {
|
||||
return false;
|
||||
}
|
||||
|
||||
} // namespace atom
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue