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

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

Issue 2525563003: mash: Change CastConfigDelegate to a mojoified CastConfigClient. (Closed)
Patch Set: Add more RunAllPendingInMessageLoop to the tray tests. Created 4 years 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/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 a028b891433b361ff0ea58d8184281a56c5e7d2c..69ebf40e338dab0aa93b95198e41cacb1e9a189e 100644
--- a/ash/common/system/tray/system_tray_delegate.cc
+++ b/ash/common/system/tray/system_tray_delegate.cc
@@ -123,10 +123,6 @@ bool SystemTrayDelegate::GetBluetoothDiscovering() {
return false;
}
-CastConfigDelegate* SystemTrayDelegate::GetCastConfigDelegate() {
- return nullptr;
-}
-
NetworkingConfigDelegate* SystemTrayDelegate::GetNetworkingConfigDelegate()
const {
return nullptr;

Powered by Google App Engine
This is Rietveld 408576698