| Index: ash/common/system/cast/tray_cast.h
|
| diff --git a/ash/common/system/cast/tray_cast.h b/ash/common/system/cast/tray_cast.h
|
| index 55d049b59c07dcddb985e0d015a12aedcbd2a1a9..70f0aa6091cdfa50ba3b989e9b48ac9fbbe37ddd 100644
|
| --- a/ash/common/system/cast/tray_cast.h
|
| +++ b/ash/common/system/cast/tray_cast.h
|
| @@ -52,9 +52,6 @@ class ASH_EXPORT TrayCast : public SystemTrayItem,
|
| void OnDevicesUpdated(
|
| const CastConfigDelegate::ReceiversAndActivities& devices) override;
|
|
|
| - // Returns true if the cast extension was detected.
|
| - bool HasCastExtension();
|
| -
|
| // This makes sure that the current view displayed in the tray is the correct
|
| // one, depending on if we are currently casting. If we're casting, then a
|
| // view with a stop button is displayed; otherwise, a view that links to a
|
|
|