| Index: chrome/browser/ui/app_list/app_list_service_impl_browsertest.cc
|
| diff --git a/chrome/browser/ui/app_list/app_list_service_impl_browsertest.cc b/chrome/browser/ui/app_list/app_list_service_impl_browsertest.cc
|
| index f7dc7903f5ba0d7fbc74ec86fb217a3d2f43fa61..7d282a41009a3777f683f7e4c1bc52ccc2fe6ded 100644
|
| --- a/chrome/browser/ui/app_list/app_list_service_impl_browsertest.cc
|
| +++ b/chrome/browser/ui/app_list/app_list_service_impl_browsertest.cc
|
| @@ -57,21 +57,6 @@ class AppListServiceImplBrowserTest : public InProcessBrowserTest {
|
| DISALLOW_COPY_AND_ASSIGN(AppListServiceImplBrowserTest);
|
| };
|
|
|
| -class AppListServiceImplBrowserTestWithBookmarkAppsEnabled
|
| - : public AppListServiceImplBrowserTest {
|
| - public:
|
| - AppListServiceImplBrowserTestWithBookmarkAppsEnabled() {}
|
| -
|
| - // Overridden from BrowserTestBase:
|
| - void SetUpCommandLine(base::CommandLine* command_line) override {
|
| - command_line->AppendSwitch(switches::kEnableNewBookmarkApps);
|
| - }
|
| -
|
| - private:
|
| - DISALLOW_COPY_AND_ASSIGN(
|
| - AppListServiceImplBrowserTestWithBookmarkAppsEnabled);
|
| -};
|
| -
|
| // Test that showing a loaded profile for the first time is lazy and
|
| // synchronous. Then tests that showing a second loaded profile without
|
| // dismissing correctly switches profiles.
|
| @@ -172,8 +157,7 @@ IN_PROC_BROWSER_TEST_F(AppListServiceImplBrowserTest,
|
|
|
| // Test that all the items in the context menu for a hosted app have valid
|
| // labels.
|
| -IN_PROC_BROWSER_TEST_F(AppListServiceImplBrowserTestWithBookmarkAppsEnabled,
|
| - ShowContextMenu) {
|
| +IN_PROC_BROWSER_TEST_F(AppListServiceImplBrowserTest, ShowContextMenu) {
|
| AppListService* service = test::GetAppListService();
|
| EXPECT_TRUE(service);
|
|
|
|
|