Indentation
This commit is contained in:
parent
07f550a748
commit
cbbd4a4a3b
1 changed files with 1 additions and 2 deletions
|
@ -113,7 +113,6 @@ void WebContentsPreferences::AppendExtraCommandLineSwitches(
|
||||||
// integration.
|
// integration.
|
||||||
if (IsSandboxed(web_contents))
|
if (IsSandboxed(web_contents))
|
||||||
command_line->AppendSwitch(switches::kEnableSandbox);
|
command_line->AppendSwitch(switches::kEnableSandbox);
|
||||||
|
|
||||||
if (web_preferences.GetBoolean("nativeWindowOpen", &b) && b)
|
if (web_preferences.GetBoolean("nativeWindowOpen", &b) && b)
|
||||||
command_line->AppendSwitch(switches::kNativeWindowOpen);
|
command_line->AppendSwitch(switches::kNativeWindowOpen);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue