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

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: 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
sky 2014/03/19 22:26:39 nit: members after constructor/destructor.
dewittj 2014/03/20 19:31:08 Even static functions? I was under the impression
sky 2014/03/20 20:59:38 See http://google-styleguide.googlecode.com/svn/tr
+ // Windows status icons.
+ static bool DisabledForMetroMode();
+
StatusTrayWin();
~StatusTrayWin();

Powered by Google App Engine
This is Rietveld 408576698