Merge pull request #1970 from deepak1556/scheme_patch

protocol: api to register custom schemes to standard schemes
This commit is contained in:
Cheng Zhao 2015-06-19 16:16:46 +08:00
commit 49e1316f7f
8 changed files with 47 additions and 0 deletions

View file

@ -104,6 +104,9 @@ const char kPageVisibility[] = "page-visibility";
// Disable HTTP cache.
const char kDisableHttpCache[] = "disable-http-cache";
// Register schemes to standard.
const char kRegisterStandardSchemes[] = "register-standard-schemes";
} // namespace switches
} // namespace atom

View file

@ -56,6 +56,7 @@ extern const char kSharedWorker[];
extern const char kPageVisibility[];
extern const char kDisableHttpCache[];
extern const char kRegisterStandardSchemes[];
} // namespace switches