chromium/chrome/browser/device_notifications/device_system_tray_icon.cc

// Copyright 2023 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#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) {}