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

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

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/tray/system_tray_item.cc
diff --git a/ash/system/tray/system_tray_item.cc b/ash/system/tray/system_tray_item.cc
index 4db921bd434df3ef61c763466b5697e2ddecc932..2b7dfe0198cc6b206b4d9e2448a5abe710f5f023 100644
--- a/ash/system/tray/system_tray_item.cc
+++ b/ash/system/tray/system_tray_item.cc
@@ -58,6 +58,9 @@ void SystemTrayItem::UpdateAfterLoginStatusChange(user::LoginStatus status) {
void SystemTrayItem::UpdateAfterShelfAlignmentChange(ShelfAlignment alignment) {
}
+void SystemTrayItem::UpdateAfterAshInit() {
+}
+
void SystemTrayItem::PopupDetailedView(int for_seconds, bool activate) {
Shell::GetInstance()->system_tray()->ShowDetailedView(
this, for_seconds, activate, BUBBLE_CREATE_NEW);

Powered by Google App Engine
This is Rietveld 408576698