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

Unified Diff: ash/cast_config_delegate.h

Issue 1145833003: Allow the cast tray to function as expected when the installed extension is missing API methods. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add bug to comment Created 5 years, 7 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
« no previous file with comments | « ash/ash_strings.grd ('k') | ash/system/cast/tray_cast.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « ash/ash_strings.grd ('k') | ash/system/cast/tray_cast.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698