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

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

Issue 2982453002: New AppListView Scroll Behavior. (Closed)
Patch Set: 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..32b9940768e44e237eb3f66250ed85a3630780cb 100644
--- a/ui/app_list/views/app_list_page.h
+++ b/ui/app_list/views/app_list_page.h
@@ -68,9 +68,9 @@ class APP_LIST_EXPORT AppListPage : public views::View {
// below the search box.
gfx::Rect GetDefaultContentsBounds() const;
- private:
ContentsView* contents_view_;
vadimt 2017/07/11 23:32:56 Please replace making protected with an accessor,
newcomer 2017/07/12 16:56:00 Done.
+ private:
DISALLOW_COPY_AND_ASSIGN(AppListPage);
};

Powered by Google App Engine
This is Rietveld 408576698