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

@ -278,4 +278,8 @@ bool AtomMainDelegate::DelaySandboxInitialization(
}
#endif
bool AtomMainDelegate::ShouldLockSchemeRegistry() {
return false;
}
} // namespace atom