New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 866168 link

Starred by 1 user

Issue metadata

Status: Untriaged
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Bug



Sign in to add a comment

Flag Forced Experiments Not Shown on chrome://version

Project Member Reported by robliao@chromium.org, Jul 20

Issue description

If I set up a variations configuration with a matching flag to go into a forced experiment, I don't see the variation on chrome://version.

e.g. if the configuration has...
{
  "study": {
    "name": "Foo"
  }
  "experiments": [
    {
      "name": "ForcedByFlag",
      "forcing_flag": "foo-flag"
    }
  ]
}

And I launch Chrome with --foo-flag, 
Foo:ForcedByFlag
should appear in the Variations section of chrome://version
 

Sign in to add a comment