Commit ad464104 authored by rohitrao's avatar rohitrao Committed by Commit bot

Changes the dummy-disable-background-switch flag to be lowercase.

base::CommandLine will DCHECK if it sees a flag with uppercase letters.

BUG=None
TEST=None

Review URL: https://codereview.chromium.org/1452823009

Cr-Commit-Position: refs/heads/master@{#360590}
parent 649ed114
......@@ -56,7 +56,7 @@ IOSChromeMetricsServicesManagerClient::CreateVariationsService() {
// networking.
return variations::VariationsService::Create(
make_scoped_ptr(new IOSChromeVariationsServiceClient), local_state_,
GetMetricsStateManager(), "dummyDisableBackgroundSwitch",
GetMetricsStateManager(), "dummy-disable-background-switch",
::CreateUIStringOverrider());
}
......
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