Commit 62b21452 authored by Miguel Casas's avatar Miguel Casas Committed by Commit Bot

chromes/chrome_restart_request: Don't propagate kUseHDRTransferFunction

crrev.com/c/2276516 added kUseHDRTransferFunction to Chrome's list of
flags upon restart. This is only needed for features that re disabled
by default IIUC, and crrev.com/c/2317569 enabled that feature; adding
a default-enabled-feature there breaks a few Guest mode browser_tests.
This CL removes that propagation.

Bug: 958166
Change-Id: Ic27fafb3ad88ca8ae3626f1c3ddf34bdcc6192b7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2321069Reviewed-by: default avatarJames Cook <jamescook@chromium.org>
Commit-Queue: Miguel Casas <mcasas@chromium.org>
Cr-Commit-Position: refs/heads/master@{#792024}
parent c98c6d5e
...@@ -232,7 +232,6 @@ void DeriveCommandLine(const GURL& start_url, ...@@ -232,7 +232,6 @@ void DeriveCommandLine(const GURL& start_url,
void DeriveEnabledFeatures(base::CommandLine* out_command_line) { void DeriveEnabledFeatures(base::CommandLine* out_command_line) {
static const base::Feature* kForwardEnabledFeatures[] = { static const base::Feature* kForwardEnabledFeatures[] = {
&ash::features::kAutoNightLight, &ash::features::kAutoNightLight,
&display::features::kUseHDRTransferFunction,
}; };
std::vector<std::string> enabled_features; std::vector<std::string> enabled_features;
......
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