Index: chrome/browser/apps/app_shim/app_shim_interactive_uitest_mac.mm |
diff --git a/chrome/browser/apps/app_shim/app_shim_interactive_uitest_mac.mm b/chrome/browser/apps/app_shim/app_shim_interactive_uitest_mac.mm |
index 238e0e1d2c79d51172d675be8575bdb3a3e760b0..17403691a9cd627e4755ef7e78787b502b492f64 100644 |
--- a/chrome/browser/apps/app_shim/app_shim_interactive_uitest_mac.mm |
+++ b/chrome/browser/apps/app_shim/app_shim_interactive_uitest_mac.mm |
@@ -53,8 +53,8 @@ class AppShimInteractiveTest : public extensions::PlatformAppBrowserTest { |
// testing::Test: |
void SetUp() override { |
- PlatformAppBrowserTest::SetUp(); |
scoped_feature_list_.InitAndEnableFeature(features::kBookmarkApps); |
+ PlatformAppBrowserTest::SetUp(); |
} |
// Install a test app of |type| and reliably wait for its app shim to be |