chromium/base/system/system_monitor.cc

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

#include "base/system/system_monitor.h"

#include <utility>

#include "base/logging.h"
#include "base/time/time.h"

namespace base {

static SystemMonitor* g_system_monitor =;

SystemMonitor::SystemMonitor()
    :{}

SystemMonitor::~SystemMonitor() {}

// static
SystemMonitor* SystemMonitor::Get() {}

void SystemMonitor::ProcessDevicesChanged(DeviceType device_type) {}

void SystemMonitor::AddDevicesChangedObserver(DevicesChangedObserver* obs) {}

void SystemMonitor::RemoveDevicesChangedObserver(DevicesChangedObserver* obs) {}

void SystemMonitor::NotifyDevicesChanged(DeviceType device_type) {}

}  // namespace base