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

Unified Diff: athena/system/status_icon_container_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/system/public/system_ui.h ('k') | athena/system/status_icon_container_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/system/status_icon_container_view.h
diff --git a/athena/system/status_icon_container_view.h b/athena/system/status_icon_container_view.h
index e011ba32ff6a4e1ce31b6da97698533be54682db..b0524342491ec0a6d4859b3920b90a3d741ccc59 100644
--- a/athena/system/status_icon_container_view.h
+++ b/athena/system/status_icon_container_view.h
@@ -18,7 +18,8 @@ namespace athena {
// View which displays the system tray icons.
class StatusIconContainerView : public views::View {
public:
- explicit StatusIconContainerView(aura::Window* system_modal_container);
+ StatusIconContainerView(SystemUI::ColorScheme color_scheme,
+ aura::Window* popup_container);
virtual ~StatusIconContainerView();
private:
« no previous file with comments | « athena/system/public/system_ui.h ('k') | athena/system/status_icon_container_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698