Make sure standard schemes are also set in child process

This commit is contained in:
Cheng Zhao 2016-06-08 15:46:50 +09:00
parent 1146b2d5c1
commit 920ebee333
5 changed files with 33 additions and 0 deletions

View file

@ -71,6 +71,7 @@ extern const char kEnablePlugins[];
extern const char kPpapiFlashPath[];
extern const char kPpapiFlashVersion[];
extern const char kDisableHttpCache[];
extern const char kStandardSchemes[];
extern const char kRegisterServiceWorkerSchemes[];
extern const char kSSLVersionFallbackMin[];
extern const char kCipherSuiteBlacklist[];