| 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 55969977fd9eed8d64a604c69b8622f3c0ef3f50..2a1be91f97cb2a39c98e458b0cd518b89c0b5d5e 100644
|
| --- a/ui/app_list/views/app_list_view.cc
|
| +++ b/ui/app_list/views/app_list_view.cc
|
| @@ -47,10 +47,6 @@
|
| #include "ui/wm/core/masked_window_targeter.h"
|
| #include "ui/wm/core/shadow_types.h"
|
|
|
| -#if defined(OS_WIN)
|
| -#include "base/win/windows_version.h"
|
| -#endif
|
| -
|
| namespace app_list {
|
|
|
| namespace {
|
| @@ -328,11 +324,6 @@ bool AppListView::ShouldDescendIntoChildForEventHandling(
|
| ShouldDescendIntoChildForEventHandling(child, location);
|
| }
|
|
|
| -void AppListView::SetProfileByPath(const base::FilePath& profile_path) {
|
| - delegate_->SetProfileByPath(profile_path);
|
| - app_list_main_view_->ModelChanged();
|
| -}
|
| -
|
| PaginationModel* AppListView::GetAppsPaginationModel() {
|
| return app_list_main_view_->contents_view()
|
| ->apps_container_view()
|
|
|