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

Unified Diff: ui/app_list/views/search_result_page_view_unittest.cc

Issue 2342773002: Removed experimental app list flags. Experimental is now the only way. (Closed)
Patch Set: Respond to nit. 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
« no previous file with comments | « ui/app_list/views/app_list_view_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/views/search_result_page_view_unittest.cc
diff --git a/ui/app_list/views/search_result_page_view_unittest.cc b/ui/app_list/views/search_result_page_view_unittest.cc
index 1c1bbc824644914f1ef7e5ead33296e24e5b1ea7..827852fb392dcc01eef91ffdd166184764958b92 100644
--- a/ui/app_list/views/search_result_page_view_unittest.cc
+++ b/ui/app_list/views/search_result_page_view_unittest.cc
@@ -26,10 +26,7 @@ namespace test {
class SearchResultPageViewTest : public views::ViewsTestBase,
public SearchResultListViewDelegate {
public:
- SearchResultPageViewTest() {
- base::CommandLine::ForCurrentProcess()->AppendSwitch(
- switches::kEnableExperimentalAppList);
- }
+ SearchResultPageViewTest() {}
~SearchResultPageViewTest() override {}
// Overridden from testing::Test:
« no previous file with comments | « ui/app_list/views/app_list_view_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698