| Index: ash/cast_config_delegate.h
|
| diff --git a/ash/cast_config_delegate.h b/ash/cast_config_delegate.h
|
| index 2f5e3343821328e255e7aa4b45684d74fc82e308..f38a05c5f3f6322ad00a77f7b24d61a6916f6fbb 100644
|
| --- a/ash/cast_config_delegate.h
|
| +++ b/ash/cast_config_delegate.h
|
| @@ -83,13 +83,8 @@ class CastConfigDelegate {
|
| // Cast to a receiver specified by |receiver_id|.
|
| virtual void CastToReceiver(const std::string& receiver_id) = 0;
|
|
|
| - // Stop ongoing cast. The |activity_id| is the unique identifier associated
|
| - // with the ongoing cast. Each receiver has only one possible activity
|
| - // associated with it. The |activity_id| is available by invoking
|
| - // GetReceiversAndActivities(); if the receiver is currently casting, then the
|
| - // associated activity data will have an id. This id can be used to stop the
|
| - // cast in this method.
|
| - virtual void StopCasting(const std::string& activity_id) = 0;
|
| + // Stop an ongoing cast.
|
| + virtual void StopCasting() = 0;
|
|
|
| // Opens Options page for cast.
|
| virtual void LaunchCastOptions() = 0;
|
|
|