Commit d02f6478 authored by Greg Kerr's avatar Greg Kerr Committed by Commit Bot

Chrome OS: Allow default SMT configuration flag in guest mode.

This adds the scheduler-configuration-default flag to the flags that are
allow listed in guest mode.

BUG=b:147685035

Change-Id: Ic2ef8d84ea71857953a3e223e8a0be140f50c035
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2079252
Auto-Submit: Greg Kerr <kerrnel@chromium.org>
Commit-Queue: James Cook <jamescook@chromium.org>
Reviewed-by: default avatarJames Cook <jamescook@chromium.org>
Cr-Commit-Position: refs/heads/master@{#745166}
parent 83119f03
...@@ -140,6 +140,7 @@ void DeriveCommandLine(const GURL& start_url, ...@@ -140,6 +140,7 @@ void DeriveCommandLine(const GURL& start_url,
::switches::kPpapiInProcess, ::switches::kPpapiInProcess,
::switches::kRemoteDebuggingPort, ::switches::kRemoteDebuggingPort,
::switches::kRendererStartupDialog, ::switches::kRendererStartupDialog,
::switches::kSchedulerConfigurationDefault,
::switches::kTouchDevices, ::switches::kTouchDevices,
::switches::kTouchEventFeatureDetection, ::switches::kTouchEventFeatureDetection,
::switches::kTopChromeTouchUi, ::switches::kTopChromeTouchUi,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment