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

Unified Diff: ui/app_list/views/app_list_page.h

Issue 2982453002: New AppListView Scroll Behavior. (Closed)
Patch Set: Addressed comments. Created 3 years, 5 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/app_list_page.h
diff --git a/ui/app_list/views/app_list_page.h b/ui/app_list/views/app_list_page.h
index d64b6153b8980e054d2597139988f09e6d73e2df..97efdfd73bfcf13f3f361bc36843ed50417c8c29 100644
--- a/ui/app_list/views/app_list_page.h
+++ b/ui/app_list/views/app_list_page.h
@@ -68,6 +68,8 @@ class APP_LIST_EXPORT AppListPage : public views::View {
// below the search box.
gfx::Rect GetDefaultContentsBounds() const;
+ bool is_custom_launcher_page_active() const;
+
private:
ContentsView* contents_view_;

Powered by Google App Engine
This is Rietveld 408576698