summaryrefslogtreecommitdiffstats
path: root/ash/wm/app_list_controller.cc
diff options
context:
space:
mode:
authorben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-12-12 17:49:27 +0000
committerben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-12-12 17:49:27 +0000
commit7721b8d8e5d2ca2044b40e11c783af918f2b3013 (patch)
tree907ad174397f6ead3d79d982414881db28c80ddd /ash/wm/app_list_controller.cc
parent47f73c9ede1ed4998ee4d291417433fe73bff017 (diff)
downloadchromium_src-7721b8d8e5d2ca2044b40e11c783af918f2b3013.zip
chromium_src-7721b8d8e5d2ca2044b40e11c783af918f2b3013.tar.gz
chromium_src-7721b8d8e5d2ca2044b40e11c783af918f2b3013.tar.bz2
Remove a bunch of stuff related to Focus/Activation events.
http://crbug.com/162100 R=sadrul@chromium.org Review URL: https://codereview.chromium.org/11537019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@172624 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/wm/app_list_controller.cc')
-rw-r--r--ash/wm/app_list_controller.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/ash/wm/app_list_controller.cc b/ash/wm/app_list_controller.cc
index d21e19f..bcc85e5 100644
--- a/ash/wm/app_list_controller.cc
+++ b/ash/wm/app_list_controller.cc
@@ -82,8 +82,7 @@ gfx::Rect OffsetTowardsShelf(const gfx::Rect& rect, views::Widget* widget) {
// AppListController, public:
AppListController::AppListController()
- : FocusChangeShim(Shell::GetInstance()),
- pagination_model_(new app_list::PaginationModel),
+ : pagination_model_(new app_list::PaginationModel),
is_visible_(false),
view_(NULL),
should_snap_back_(false) {