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

Unified Diff: chrome/browser/ui/views/status_icons/status_tray_win.h

Issue 110693004: Moves the notification icon out of the status area overflow. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move to new named thread for COM work. Created 6 years, 9 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
Index: chrome/browser/ui/views/status_icons/status_tray_win.h
diff --git a/chrome/browser/ui/views/status_icons/status_tray_win.h b/chrome/browser/ui/views/status_icons/status_tray_win.h
index d624e55b600aa3c818a57fa21afb23a06fa257d8..cee129471a14abd7f038fb873bdf7fd6c8c032e1 100644
--- a/chrome/browser/ui/views/status_icons/status_tray_win.h
+++ b/chrome/browser/ui/views/status_icons/status_tray_win.h
@@ -12,6 +12,10 @@
class StatusTrayWin : public StatusTray {
public:
+ // Returns true if the browser is currently running in a mode that disallows
+ // Windows status icons.
+ static bool DisabledForMetroMode();
+
StatusTrayWin();
~StatusTrayWin();

Powered by Google App Engine
This is Rietveld 408576698