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

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

Issue 10825264: Consolidate volume control code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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/tray/system_tray_delegate.h ('k') | ash/system/tray/system_tray_item.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/tray/system_tray_item.h
diff --git a/ash/system/tray/system_tray_item.h b/ash/system/tray/system_tray_item.h
index 3c8f12f8316fcb0b3c4ae1992b96f3729cfd292a..2287979629b8413c578b71647941b8dbd7dfd195 100644
--- a/ash/system/tray/system_tray_item.h
+++ b/ash/system/tray/system_tray_item.h
@@ -67,6 +67,9 @@ class ASH_EXPORT SystemTrayItem {
// The default implementation does nothing.
virtual void UpdateAfterShelfAlignmentChange(ShelfAlignment alignment);
+ // Updates the tray view after the ash shell has been initialized.
+ virtual void UpdateAfterAshInit();
sadrul 2012/08/09 18:05:33 I don't think we should have this. Or if we do hav
jennyz 2012/08/13 23:26:17 yes, I think your suggestion is reasonable. Now I
+
// Shows the detailed view for this item. If the main popup for the tray is
// currently visible, then making this call would use the existing window to
// display the detailed item. The detailed item will inherit the bounds of the
« no previous file with comments | « ash/system/tray/system_tray_delegate.h ('k') | ash/system/tray/system_tray_item.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698