summaryrefslogtreecommitdiffstats
path: root/ash/shell
diff options
context:
space:
mode:
authorkoz@chromium.org <koz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-19 06:19:09 +0000
committerkoz@chromium.org <koz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-19 06:19:09 +0000
commit400eae45a747aaa92019119c3a607532b877c334 (patch)
treed47aff63767d81fc885a79741f88ab4d3524c386 /ash/shell
parent526cc10dba23522e846989978b7c3e4afac28f22 (diff)
downloadchromium_src-400eae45a747aaa92019119c3a607532b877c334.zip
chromium_src-400eae45a747aaa92019119c3a607532b877c334.tar.gz
chromium_src-400eae45a747aaa92019119c3a607532b877c334.tar.bz2
Remove ViewActivationChanged() from AppListControllerDelegate.
TBR=sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/23020012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@218232 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/shell')
-rw-r--r--ash/shell/app_list.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/ash/shell/app_list.cc b/ash/shell/app_list.cc
index dd7adc5..1fcb9ed 100644
--- a/ash/shell/app_list.cc
+++ b/ash/shell/app_list.cc
@@ -294,10 +294,6 @@ class ExampleAppListViewDelegate : public app_list::AppListViewDelegate {
// Nothing needs to be done.
}
- virtual void ViewActivationChanged(bool active) OVERRIDE {
- // Nothing needs to be done.
- }
-
virtual gfx::ImageSkia GetWindowIcon() OVERRIDE {
return gfx::ImageSkia();
}