#include "chrome/browser/device_notifications/device_system_tray_icon.h"
#include "chrome/browser/device_notifications/device_system_tray_icon_renderer.h"
#include "chrome/browser/profiles/profile.h"
#include "content/public/browser/browser_thread.h"
DeviceSystemTrayIcon::DeviceSystemTrayIcon(
std::unique_ptr<DeviceSystemTrayIconRenderer> icon_renderer)
: … { … }
DeviceSystemTrayIcon::~DeviceSystemTrayIcon() = default;
void DeviceSystemTrayIcon::StageProfile(Profile* profile) { … }
void DeviceSystemTrayIcon::UnstageProfile(Profile* profile, bool immediate) { … }
void DeviceSystemTrayIcon::ProfileAdded(Profile* profile) { … }
void DeviceSystemTrayIcon::ProfileRemoved(Profile* profile) { … }
void DeviceSystemTrayIcon::NotifyConnectionCountUpdated(Profile* profile) { … }
void DeviceSystemTrayIcon::CleanUpProfile(base::WeakPtr<Profile> profile) { … }