Index: ui/app_list/views/contents_switcher_view.cc |
diff --git a/ui/app_list/views/contents_switcher_view.cc b/ui/app_list/views/contents_switcher_view.cc |
index d9317204781e2433c47d7c13b28a2a0544a4f8d9..a0de870fdcac20802bbcd7185459d1d348f01659 100644 |
--- a/ui/app_list/views/contents_switcher_view.cc |
+++ b/ui/app_list/views/contents_switcher_view.cc |
@@ -91,8 +91,10 @@ void ContentsSwitcherView::Layout() { |
void ContentsSwitcherView::ButtonPressed(views::Button* sender, |
const ui::Event& event) { |
+#ifdef FIXME |
contents_view_->SetShowState( |
static_cast<ContentsView::ShowState>(sender->tag())); |
+#endif |
} |
} // namespace app_list |