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

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

Issue 2339523004: Remove old (dead) app list code. (Closed)
Patch Set: Address nonbistytftatl review. 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..dcc73620e66ff91cdf758b29b291b2b97fb4c0ae 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
@@ -128,15 +128,11 @@ class TestAppWindowRegistryObserver
};
// Click the "All Apps" button from the app launcher start page. Assumes that
-// the app launcher is open to the start page. On the non-experimental launcher,
-// does nothing.
+// the app launcher is open to the start page.
// |display_origin| is the top-left corner of the active display, in screen
// 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