Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3992)

Unified Diff: chrome/browser/apps/app_shim/app_shim_interactive_uitest_mac.mm

Issue 2963193004: PlatformAppBrowserTest::SetUp should call at the end of AppShimInteractiveTest::SetUp() (Closed)
Patch Set: Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698