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

Unified Diff: ash/system/tray/system_tray.h

Issue 20598004: Do not hide the web notification popups by the system tray, rather let them avoid (2nd) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 7 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
« no previous file with comments | « ash/system/status_area_widget.cc ('k') | ash/system/tray/system_tray.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/tray/system_tray.h
diff --git a/ash/system/tray/system_tray.h b/ash/system/tray/system_tray.h
index 322c65240c6f14129d1cd5f0f9b3c9e37a621b40..ded64750026dcce4f15b24e9a23c4c3413e76223 100644
--- a/ash/system/tray/system_tray.h
+++ b/ash/system/tray/system_tray.h
@@ -191,6 +191,10 @@ class ASH_EXPORT SystemTray : public internal::TrayBackgroundView,
// |notification_items_|, or destroys it if there are no notification items.
void UpdateNotificationBubble();
+ // Checks the current status of the system tray and updates the web
+ // notification tray according to the current status.
+ void UpdateWebNotifications();
+
const ScopedVector<SystemTrayItem>& items() const { return items_; }
// Overridden from internal::ActionableView.
« no previous file with comments | « ash/system/status_area_widget.cc ('k') | ash/system/tray/system_tray.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698