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

Unified Diff: athena/system/status_icon_container_view.h

Issue 665803003: Revert of Support modal windows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git/+/master
Patch Set: Created 6 years, 2 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/shutdown_dialog.cc ('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 6e77b49664452fab0e96fc3d3756ec7d35ba80f1..ec604883d42c031619ddddaf246c1b7ed340409c 100644
--- a/athena/system/status_icon_container_view.h
+++ b/athena/system/status_icon_container_view.h
@@ -9,12 +9,17 @@
#include "base/memory/scoped_ptr.h"
#include "ui/views/view.h"
+namespace aura {
+class Window;
+}
+
namespace athena {
// View which displays the system tray icons.
class StatusIconContainerView : public views::View {
public:
- StatusIconContainerView(SystemUI::ColorScheme color_scheme);
+ StatusIconContainerView(SystemUI::ColorScheme color_scheme,
+ aura::Window* popup_container);
virtual ~StatusIconContainerView();
private:
@@ -22,6 +27,9 @@
virtual bool OnMousePressed(const ui::MouseEvent& event) override;
virtual void OnGestureEvent(ui::GestureEvent* event) override;
virtual void ChildPreferredSizeChanged(views::View* child) override;
+
+ // Parent container that the "select network" dialog should use.
+ aura::Window* system_modal_container_;
class PowerStatus;
scoped_ptr<PowerStatus> power_status_;
« no previous file with comments | « athena/system/shutdown_dialog.cc ('k') | athena/system/status_icon_container_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698