chromium/ui/message_center/popup_timer.cc

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

#include "ui/message_center/popup_timer.h"
#include "base/functional/bind.h"

namespace message_center {

PopupTimer::PopupTimer(const std::string& id,
                       base::TimeDelta timeout,
                       base::WeakPtr<Delegate> delegate)
    :{}

PopupTimer::~PopupTimer() {}

void PopupTimer::Start() {}

void PopupTimer::Pause() {}

}  // namespace message_center