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

Unified Diff: ash/common/system/tray/system_tray_delegate.cc

Issue 2427913003: Use mojo volume interfaces for mash and classic ash. (Closed)
Patch Set: Split volume and system events observers; only hook up volume. Created 4 years, 2 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/common/system/tray/system_tray_delegate.h ('k') | ash/common/system/volume_control_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/system/tray/system_tray_delegate.cc
diff --git a/ash/common/system/tray/system_tray_delegate.cc b/ash/common/system/tray/system_tray_delegate.cc
index 4cb07af9f4d9d1401c2ac60f7ac39f5d12d525b8..bcac85614bf65dd2e00dca6d4a189414859a2305 100644
--- a/ash/common/system/tray/system_tray_delegate.cc
+++ b/ash/common/system/tray/system_tray_delegate.cc
@@ -142,13 +142,6 @@ NetworkingConfigDelegate* SystemTrayDelegate::GetNetworkingConfigDelegate()
return nullptr;
}
-VolumeControlDelegate* SystemTrayDelegate::GetVolumeControlDelegate() const {
- return nullptr;
-}
-
-void SystemTrayDelegate::SetVolumeControlDelegate(
- std::unique_ptr<VolumeControlDelegate> delegate) {}
-
bool SystemTrayDelegate::GetSessionStartTime(
base::TimeTicks* session_start_time) {
return false;
« no previous file with comments | « ash/common/system/tray/system_tray_delegate.h ('k') | ash/common/system/volume_control_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698