enable-mixed-sandbox option
This commit is contained in:
parent
3ba0e288f7
commit
07f550a748
4 changed files with 18 additions and 12 deletions
|
@ -138,6 +138,9 @@ namespace switches {
|
|||
// Enable chromium sandbox.
|
||||
const char kEnableSandbox[] = "enable-sandbox";
|
||||
|
||||
// Enable sandbox in only remote content windows.
|
||||
const char kEnableMixedSandbox[] = "enable-mixed-sandbox";
|
||||
|
||||
// Enable plugins.
|
||||
const char kEnablePlugins[] = "enable-plugins";
|
||||
|
||||
|
|
|
@ -74,6 +74,7 @@ extern const char kWebviewTag[];
|
|||
namespace switches {
|
||||
|
||||
extern const char kEnableSandbox[];
|
||||
extern const char kEnableMixedSandbox[];
|
||||
extern const char kEnablePlugins[];
|
||||
extern const char kPpapiFlashPath[];
|
||||
extern const char kPpapiFlashVersion[];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue