chromium/chrome/browser/safe_browsing/incident_reporting/delayed_callback_runner.cc

// Copyright 2014 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/safe_browsing/incident_reporting/delayed_callback_runner.h"

#include "base/location.h"
#include "content/public/browser/browser_thread.h"

namespace safe_browsing {

DelayedCallbackRunner::DelayedCallbackRunner(
    base::TimeDelta delay,
    const scoped_refptr<base::TaskRunner>& task_runner)
    :{}

DelayedCallbackRunner::~DelayedCallbackRunner() {}

void DelayedCallbackRunner::RegisterCallback(base::OnceClosure callback) {}

void DelayedCallbackRunner::Start() {}

void DelayedCallbackRunner::OnTimer() {}

}  // namespace safe_browsing