Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(507)

Unified Diff: ui/app_list/views/contents_view.cc

Issue 913133007: Allow scroll events to open custom launcher pages. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: host coordinates Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ui/app_list/views/contents_view.cc
diff --git a/ui/app_list/views/contents_view.cc b/ui/app_list/views/contents_view.cc
index 2fdbd559f5e1864679e8b71269503f5754446a40..a076519be2e29ba4b49d041d0db243d5ed2f003a 100644
--- a/ui/app_list/views/contents_view.cc
+++ b/ui/app_list/views/contents_view.cc
@@ -530,8 +530,6 @@ void ContentsView::SelectedPageChanged(int old_selected, int new_selected) {
custom_page_view_->SetVisible(
app_list_main_view_->model()->custom_launcher_page_enabled());
}
- } else {
- start_page_view_->OnHide();
}
}

Powered by Google App Engine
This is Rietveld 408576698