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

Unified Diff: chrome/browser/ui/app_list/app_list_service_impl_browsertest.cc

Issue 882343004: Enable the new bookmark apps system by default. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 | « chrome/browser/extensions/extension_util.cc ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « chrome/browser/extensions/extension_util.cc ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698