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

Unified Diff: chrome/browser/ui/ash/cast_config_delegate_chromeos.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/system/cast/tray_cast.cc ('k') | chrome/browser/ui/ash/cast_config_delegate_chromeos.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 f0c1b58f46fbe0a905d6a46eda9255e4e5e2521c..c77afebdd8a45e32aa1f95a450a13bc3e575483e 100644
--- a/chrome/browser/ui/ash/cast_config_delegate_chromeos.h
+++ b/chrome/browser/ui/ash/cast_config_delegate_chromeos.h
@@ -27,7 +27,7 @@ class CastConfigDelegateChromeos : public ash::CastConfigDelegate {
void GetReceiversAndActivities(
const ReceiversAndActivitesCallback& callback) override;
void CastToReceiver(const std::string& receiver_id) override;
- void StopCasting(const std::string& activity_id) override;
+ void StopCasting() override;
void LaunchCastOptions() override;
DISALLOW_COPY_AND_ASSIGN(CastConfigDelegateChromeos);
« no previous file with comments | « ash/system/cast/tray_cast.cc ('k') | chrome/browser/ui/ash/cast_config_delegate_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698