Add undocumented "preload-url" option for web-preferences

This commit is contained in:
Cheng Zhao 2015-09-05 10:57:39 +09:00
parent 0b97d58a6f
commit b1afe538ee
3 changed files with 18 additions and 5 deletions

View file

@ -41,6 +41,7 @@ extern const char kPpapiFlashPath[];
extern const char kPpapiFlashVersion[];
extern const char kGuestInstanceID[];
extern const char kPreloadScript[];
extern const char kPreloadUrl[];
extern const char kTransparent[];
extern const char kType[];
extern const char kDisableAutoHideCursor[];