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

Unified Diff: chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl_browsertest.cc

Issue 2339523004: Remove old (dead) app list code. (Closed)
Patch Set: Rebase. Created 4 years, 3 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
Index: chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl_browsertest.cc
diff --git a/chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl_browsertest.cc b/chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl_browsertest.cc
index d2eb7435ea3671a392868aef7e41dc37cf64f8fa..7c7577eea6a3fc29957824e7b4b392c925f9c6c6 100644
--- a/chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl_browsertest.cc
+++ b/chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl_browsertest.cc
@@ -134,9 +134,6 @@ class TestAppWindowRegistryObserver
// coordinates.
void ClickAllAppsButtonFromStartPage(ui::test::EventGenerator* generator,
const gfx::Point& display_origin) {
- if (!app_list::switches::IsExperimentalAppListEnabled())
- return;
-
AppListServiceAshTestApi service_test;
app_list::StartPageView* start_page_view = service_test.GetStartPageView();

Powered by Google App Engine
This is Rietveld 408576698