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

Unified Diff: ash/system/tray/system_tray_delegate.h

Issue 1115083002: Add the supporting code for the cast system tray integration (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add reference to bug 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/cast_config_delegate.cc ('k') | ash/system/tray/system_tray_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/tray/system_tray_delegate.h
diff --git a/ash/system/tray/system_tray_delegate.h b/ash/system/tray/system_tray_delegate.h
index fb2601af93c239dfbfca0cb7db759b4dcf45c6d6..857ee09359497ebe0b25abc5558b9eaf02b4d84b 100644
--- a/ash/system/tray/system_tray_delegate.h
+++ b/ash/system/tray/system_tray_delegate.h
@@ -98,6 +98,7 @@ struct ASH_EXPORT UpdateInfo {
using IMEInfoList = std::vector<IMEInfo>;
+class CastConfigDelegate;
class NetworkingConfigDelegate;
class VPNDelegate;
@@ -284,6 +285,9 @@ class ASH_EXPORT SystemTrayDelegate {
// Shows UI for changing proxy settings.
virtual void ChangeProxySettings();
+ // Returns CastConfigDelegate. May return nullptr.
+ virtual CastConfigDelegate* GetCastConfigDelegate() const;
+
// Returns NetworkingConfigDelegate. May return nullptr.
virtual NetworkingConfigDelegate* GetNetworkingConfigDelegate() const;
« no previous file with comments | « ash/cast_config_delegate.cc ('k') | ash/system/tray/system_tray_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698