Index: ui/app_list/views/app_list_view.cc |
diff --git a/ui/app_list/views/app_list_view.cc b/ui/app_list/views/app_list_view.cc |
index 19c4e2907187edd601fc9b4619767c8c7698b63a..4bfdb605f09931832edf28338527fe7791f0d852 100644 |
--- a/ui/app_list/views/app_list_view.cc |
+++ b/ui/app_list/views/app_list_view.cc |
@@ -348,10 +348,6 @@ bool AppListView::ShouldDescendIntoChildForEventHandling( |
ShouldDescendIntoChildForEventHandling(child, location); |
} |
-void AppListView::OnProfilesChanged() { |
- app_list_main_view_->search_box_view()->InvalidateMenu(); |
-} |
- |
void AppListView::OnShutdown() { |
// Nothing to do on views - the widget will soon be closed, which will tear |
// everything down. |
@@ -420,8 +416,6 @@ void AppListView::InitContents(gfx::NativeView parent, int initial_apps_page) { |
speech_view_->layer()->SetOpacity(0.0f); |
AddChildView(speech_view_); |
} |
- |
- OnProfilesChanged(); |
} |
void AppListView::InitChildWidgets() { |