remove kDisableLegacyIntermediateWindow switch set

This commit is contained in:
Joao Moreno 2015-11-03 16:12:01 -08:00
Родитель 053cd3dad0
Коммит 7c41f0e0e3
1 изменённых файлов: 0 добавлений и 7 удалений

Просмотреть файл

@ -102,13 +102,6 @@ void AtomMainDelegate::PreSandboxStartup() {
if (!IsBrowserProcess(command_line))
return;
#if defined(OS_WIN)
// Disable the LegacyRenderWidgetHostHWND, it made frameless windows unable
// to move and resize. We may consider enabling it again after upgraded to
// Chrome 38, which should have fixed the problem.
command_line->AppendSwitch(switches::kDisableLegacyIntermediateWindow);
#endif
// Disable renderer sandbox for most of node's functions.
command_line->AppendSwitch(switches::kNoSandbox);