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

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

Issue 2348183002: App list: Remove search box menu (dead 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
« no previous file with comments | « no previous file | ui/app_list/BUILD.gn » ('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_view_delegate.cc
diff --git a/chrome/browser/ui/app_list/app_list_view_delegate.cc b/chrome/browser/ui/app_list/app_list_view_delegate.cc
index 3b3808dd2c29fd5cb2ce3ef95f714c41396a9471..2d2b668ab469d38e54ac849f9ff5b889d183c0ec 100644
--- a/chrome/browser/ui/app_list/app_list_view_delegate.cc
+++ b/chrome/browser/ui/app_list/app_list_view_delegate.cc
@@ -306,9 +306,6 @@ void AppListViewDelegate::SetUpProfileSwitcher() {
// Populate the app list users.
PopulateUsers(profile_->GetPath(), &users_);
-
- FOR_EACH_OBSERVER(
- app_list::AppListViewDelegateObserver, observers_, OnProfilesChanged());
}
void AppListViewDelegate::SetUpCustomLauncherPages() {
« no previous file with comments | « no previous file | ui/app_list/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698