Commit f94bd87c authored by Rohit Rao's avatar Rohit Rao Committed by Commit Bot

[ios] Fixes the name of the kTestFeature feature flag.

BUG=None

Change-Id: I5973080c15ffaa50b01a08cc271950e935ba8fa9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2014102Reviewed-by: default avatarStepan Khapugin <stkhapugin@chromium.org>
Commit-Queue: Rohit Rao <rohitrao@chromium.org>
Cr-Commit-Position: refs/heads/master@{#734018}
parent cdfff6b2
...@@ -31,7 +31,8 @@ const base::Feature kForceUnstackedTabstrip{"ForceUnstackedTabstrip", ...@@ -31,7 +31,8 @@ const base::Feature kForceUnstackedTabstrip{"ForceUnstackedTabstrip",
const base::Feature kContainedBVC{"ContainedBVC", const base::Feature kContainedBVC{"ContainedBVC",
base::FEATURE_DISABLED_BY_DEFAULT}; base::FEATURE_DISABLED_BY_DEFAULT};
const base::Feature kTestFeature{"ContainedBVC", const base::Feature kTestFeature{"TestFeature",
base::FEATURE_DISABLED_BY_DEFAULT}; base::FEATURE_DISABLED_BY_DEFAULT};
const base::Feature kClearSyncedData{"ClearSyncedData", const base::Feature kClearSyncedData{"ClearSyncedData",
base::FEATURE_DISABLED_BY_DEFAULT}; base::FEATURE_DISABLED_BY_DEFAULT};
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