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

Unified Diff: chrome/browser/ui/ash/system_tray_delegate_chromeos.h

Issue 1115083002: Add the supporting code for the cast system tray integration (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Support detecting if we are casting a tab or the desktop Created 5 years, 8 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: chrome/browser/ui/ash/system_tray_delegate_chromeos.h
diff --git a/chrome/browser/ui/ash/system_tray_delegate_chromeos.h b/chrome/browser/ui/ash/system_tray_delegate_chromeos.h
index 167e3f49ffef28cd1c8c3344d7b50344b7122e96..259e2049e936811153834229c6be2550b8fadde7 100644
--- a/chrome/browser/ui/ash/system_tray_delegate_chromeos.h
+++ b/chrome/browser/ui/ash/system_tray_delegate_chromeos.h
@@ -125,6 +125,7 @@ class SystemTrayDelegateChromeOS
bool GetBluetoothEnabled() override;
bool GetBluetoothDiscovering() override;
void ChangeProxySettings() override;
+ ash::CastConfigDelegate* GetCastConfigDelegate() const override;
ash::NetworkingConfigDelegate* GetNetworkingConfigDelegate() const override;
ash::VolumeControlDelegate* GetVolumeControlDelegate() const override;
void SetVolumeControlDelegate(
@@ -291,6 +292,7 @@ class SystemTrayDelegateChromeOS
scoped_refptr<device::BluetoothAdapter> bluetooth_adapter_;
scoped_ptr<device::BluetoothDiscoverySession> bluetooth_discovery_session_;
+ scoped_ptr<ash::CastConfigDelegate> cast_config_delegate_;
scoped_ptr<ash::NetworkingConfigDelegate> networking_config_delegate_;
scoped_ptr<ash::VolumeControlDelegate> volume_control_delegate_;
scoped_ptr<CrosSettingsObserverSubscription> device_settings_observer_;

Powered by Google App Engine
This is Rietveld 408576698