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

Unified Diff: ash/system/audio/tray_volume.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
Index: ash/system/audio/tray_volume.h
diff --git a/ash/system/audio/tray_volume.h b/ash/system/audio/tray_volume.h
index 2a0d06bc56d939170e08774abba153ae358e8fd2..71a02c8a8f17833b4eeeba28998b0d705c3c914e 100644
--- a/ash/system/audio/tray_volume.h
+++ b/ash/system/audio/tray_volume.h
@@ -30,6 +30,7 @@ class TrayVolume : public TrayImageItem,
virtual views::View* CreateDetailedView(user::LoginStatus status) OVERRIDE;
virtual void DestroyDefaultView() OVERRIDE;
virtual void DestroyDetailedView() OVERRIDE;
+ virtual void UpdateAfterAshInit() OVERRIDE;
// Overridden from AudioObserver.
virtual void OnVolumeChanged(float percent) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698