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

Unified Diff: chrome/browser/ui/ash/cast_config_delegate_chromeos.h

Issue 1288073005: Make the ChromeOS chromecast system tray integration use a private API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Created 5 years, 4 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
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 c77afebdd8a45e32aa1f95a450a13bc3e575483e..bb01bbf19a4c66070a7400f9dbab787daa8bd15f 100644
--- a/chrome/browser/ui/ash/cast_config_delegate_chromeos.h
+++ b/chrome/browser/ui/ash/cast_config_delegate_chromeos.h
@@ -24,8 +24,9 @@ class CastConfigDelegateChromeos : public ash::CastConfigDelegate {
// CastConfigDelegate:
bool HasCastExtension() const override;
- void GetReceiversAndActivities(
+ DeviceUpdateSubscription RegisterDeviceUpdateObserver(
const ReceiversAndActivitesCallback& callback) override;
+ void RequestDeviceRefresh() override;
void CastToReceiver(const std::string& receiver_id) override;
void StopCasting() override;
void LaunchCastOptions() override;

Powered by Google App Engine
This is Rietveld 408576698