chore: remove unused switches::kDisableHtmlFullscreenWindowResize (#19041)
This commit is contained in:
parent
cc223d7cd2
commit
3859244a79
3 changed files with 0 additions and 8 deletions
|
@ -415,9 +415,6 @@ void WebContentsPreferences::AppendCommandLineSwitches(
|
|||
if (IsEnabled(options::kNodeIntegrationInSubFrames))
|
||||
command_line->AppendSwitch(switches::kNodeIntegrationInSubFrames);
|
||||
|
||||
if (IsEnabled(options::kDisableHtmlFullscreenWindowResize))
|
||||
command_line->AppendSwitch(switches::kDisableHtmlFullscreenWindowResize);
|
||||
|
||||
// We are appending args to a webContents so let's save the current state
|
||||
// of our preferences object so that during the lifetime of the WebContents
|
||||
// we can fetch the options used to initally configure the WebContents
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue