chromium/chrome/common/notifications/notification_image_retainer_unittest.cc

// Copyright 2017 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/common/notifications/notification_image_retainer.h"

#include "base/files/file_path.h"
#include "base/files/file_util.h"
#include "base/run_loop.h"
#include "base/test/scoped_path_override.h"
#include "base/test/task_environment.h"
#include "chrome/common/chrome_paths.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/skia/include/core/SkBitmap.h"
#include "ui/gfx/image/image.h"

namespace {

// This value has to stay in sync with that in notification_image_retainer.cc.
constexpr base::TimeDelta kDeletionDelay =;

}  // namespace

class NotificationImageRetainerTest : public ::testing::Test {};

TEST_F(NotificationImageRetainerTest, RegisterTemporaryImage) {}

TEST_F(NotificationImageRetainerTest, DeleteFilesInBatch) {}

TEST_F(NotificationImageRetainerTest, CleanupFilesFromPrevSessions) {}