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

Unified Diff: ash/common/cast_config_delegate.h

Issue 2424183002: Remove Chromecast extension support from cast system tray menu. (Closed)
Patch Set: Additional removals Created 4 years, 1 month 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: ash/common/cast_config_delegate.h
diff --git a/ash/common/cast_config_delegate.h b/ash/common/cast_config_delegate.h
index 89cd85e547612edff257f744e576bb45e4448c8f..fc2a1664ee808804e8f3d22295de55fe62758dfe 100644
--- a/ash/common/cast_config_delegate.h
+++ b/ash/common/cast_config_delegate.h
@@ -85,11 +85,6 @@ class CastConfigDelegate {
virtual ~CastConfigDelegate() {}
- // Returns true if cast extension is installed.
- // TODO(jdufault): Remove this function once the CastConfigDelegateChromeos is
- // gone. See crbug.com/551132.
- virtual bool HasCastExtension() const = 0;
-
// Request fresh data from the backend. When the data is available, all
// registered observers will get called.
virtual void RequestDeviceRefresh() = 0;
@@ -101,16 +96,6 @@ class CastConfigDelegate {
// is the identifier of the activity/route that should be stopped.
virtual void StopCasting(const std::string& activity_id) = 0;
- // Does the device have a settings page?
- // TODO(jdufault): Remove this function once the CastConfigDelegateChromeos is
- // gone. See crbug.com/551132.
- virtual bool HasOptions() const = 0;
-
- // Opens Options page for cast.
- // TODO(jdufault): Remove this function once the CastConfigDelegateChromeos is
- // gone. See crbug.com/551132.
- virtual void LaunchCastOptions() = 0;
-
// Add or remove an observer.
virtual void AddObserver(Observer* observer) = 0;
virtual void RemoveObserver(Observer* observer) = 0;
« no previous file with comments | « no previous file | ash/common/system/chromeos/cast/tray_cast.h » ('j') | chrome/common/extensions/api/_api_features.json » ('J')

Powered by Google App Engine
This is Rietveld 408576698