| Index: chrome/browser/ui/ash/cast_config_delegate_chromeos.h
|
| diff --git a/chrome/browser/ui/ash/cast_config_delegate_chromeos.h b/chrome/browser/ui/ash/cast_config_delegate_chromeos.h
|
| index 41b37704e01f22097aba421013643a5259eecc89..5c0826d443a6afb09d41764607a0701bf93ca2f1 100644
|
| --- a/chrome/browser/ui/ash/cast_config_delegate_chromeos.h
|
| +++ b/chrome/browser/ui/ash/cast_config_delegate_chromeos.h
|
| @@ -23,13 +23,13 @@ class CastConfigDelegateChromeos : public ash::CastConfigDelegate {
|
| private:
|
| // CastConfigDelegate:
|
| bool HasCastExtension() const override;
|
| - DeviceUpdateSubscription RegisterDeviceUpdateObserver(
|
| - const ReceiversAndActivitesCallback& callback) override;
|
| void RequestDeviceRefresh() override;
|
| void CastToReceiver(const std::string& receiver_id) override;
|
| void StopCasting(const std::string& activity_id) override;
|
| bool HasOptions() const override;
|
| void LaunchCastOptions() override;
|
| + void AddObserver(ash::CastConfigDelegate::Observer* observer) override;
|
| + void RemoveObserver(ash::CastConfigDelegate::Observer* observer) override;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(CastConfigDelegateChromeos);
|
| };
|
|
|