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

Unified Diff: ui/app_list/test/app_list_test_view_delegate.cc

Issue 305013014: Disable folder UI when app sync is disabled (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 6 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/app_list_model_unittest.cc ('k') | ui/app_list/views/app_list_item_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/test/app_list_test_view_delegate.cc
diff --git a/ui/app_list/test/app_list_test_view_delegate.cc b/ui/app_list/test/app_list_test_view_delegate.cc
index 5f25650c9bdb4e34b59828e88f8b55ed6fdfbf97..c9172514911d26d94bd2d5c0780cfdbdae3b6ae8 100644
--- a/ui/app_list/test/app_list_test_view_delegate.cc
+++ b/ui/app_list/test/app_list_test_view_delegate.cc
@@ -24,6 +24,7 @@ AppListTestViewDelegate::AppListTestViewDelegate()
next_profile_app_count_(0),
model_(new AppListTestModel),
speech_ui_(SPEECH_RECOGNITION_OFF) {
+ model_->SetFoldersEnabled(true);
}
AppListTestViewDelegate::~AppListTestViewDelegate() {}
« no previous file with comments | « ui/app_list/app_list_model_unittest.cc ('k') | ui/app_list/views/app_list_item_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698