chore: remove unused switches::kDisableHtmlFullscreenWindowResize (#19041)

This commit is contained in:
Milan Burda 2019-07-01 04:58:39 +02:00 committed by Cheng Zhao
parent cc223d7cd2
commit 3859244a79
3 changed files with 0 additions and 8 deletions

View file

@ -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