Commit 16781dd0 authored by Henrique Nakashima's avatar Henrique Nakashima Committed by Commit Bot

Unset feature flag correctly in TabSwitcherMediatorUnitTest.

Change-Id: Icd86dccbea865e42373500f08fa354383150bff1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2079230Reviewed-by: default avatarWei-Yin Chen (陳威尹) <wychen@chromium.org>
Commit-Queue: Henrique Nakashima <hnakashima@chromium.org>
Cr-Commit-Position: refs/heads/master@{#745222}
parent 8803c7fc
...@@ -195,7 +195,7 @@ public class TabSwitcherMediatorUnitTest { ...@@ -195,7 +195,7 @@ public class TabSwitcherMediatorUnitTest {
public void tearDown() { public void tearDown() {
RecordUserAction.setDisabledForTests(false); RecordUserAction.setDisabledForTests(false);
RecordHistogram.setDisabledForTests(false); RecordHistogram.setDisabledForTests(false);
CachedFeatureFlags.setForTesting(ChromeFeatureList.TAB_GRID_LAYOUT_ANDROID, false); CachedFeatureFlags.setForTesting(ChromeFeatureList.TAB_GRID_LAYOUT_ANDROID, null);
} }
@Test @Test
......
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