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

Unified Diff: athena/home/athena_start_page_view.h

Issue 483033003: [Athena] Add status icons and system time to the centered home card (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 3 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
« no previous file with comments | « athena/home/DEPS ('k') | athena/home/athena_start_page_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/home/athena_start_page_view.h
diff --git a/athena/home/athena_start_page_view.h b/athena/home/athena_start_page_view.h
index cb4cca63425ca50a0bd155a93c3e494adfc05163..236ca567006c6e7b19f12b540da69c7444784b5c 100644
--- a/athena/home/athena_start_page_view.h
+++ b/athena/home/athena_start_page_view.h
@@ -45,6 +45,7 @@ class ATHENA_EXPORT AthenaStartPageView
gfx::Rect search_box;
gfx::Rect icons;
gfx::Rect controls;
+ float system_info_opacity;
float logo_opacity;
float background_opacity;
@@ -76,6 +77,7 @@ class ATHENA_EXPORT AthenaStartPageView
app_list::AppListViewDelegate* delegate_;
// Views are owned through its hierarchy.
+ views::View* system_info_view_;
views::View* app_icon_container_;
views::View* search_box_container_;
views::View* control_icon_container_;
« no previous file with comments | « athena/home/DEPS ('k') | athena/home/athena_start_page_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698