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

Unified Diff: ash/common/system/date/date_default_view.h

Issue 2330403002: Do not activate system tray bubble by default (Closed)
Patch Set: Do not activate system tray bubble by default Created 4 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 | « ash/common/system/chromeos/tray_tracing.cc ('k') | ash/common/system/date/date_default_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/system/date/date_default_view.h
diff --git a/ash/common/system/date/date_default_view.h b/ash/common/system/date/date_default_view.h
index 004165e009cba53eba55deeb64c812f6edd46633..32ad489324e7175b0d656c8734d285493929e77f 100644
--- a/ash/common/system/date/date_default_view.h
+++ b/ash/common/system/date/date_default_view.h
@@ -18,6 +18,7 @@ namespace tray {
class DateView;
} // namespace tray
+class SystemTrayItem;
class TrayPopupHeaderButton;
// The system tray bubble view with the date and buttons for help, lock and
@@ -26,7 +27,7 @@ class ASH_EXPORT DateDefaultView : public views::View,
public views::ButtonListener,
public ShutdownPolicyObserver {
public:
- explicit DateDefaultView(LoginStatus login);
+ DateDefaultView(SystemTrayItem* owner, LoginStatus login);
~DateDefaultView() override;
« no previous file with comments | « ash/common/system/chromeos/tray_tracing.cc ('k') | ash/common/system/date/date_default_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698