chromium/components/sharing_message/vapid_key_manager_unittest.cc

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

#include "components/sharing_message/vapid_key_manager.h"

#include "components/sharing_message/features.h"
#include "components/sharing_message/sharing_sync_preference.h"
#include "components/sync/test/test_sync_service.h"
#include "components/sync_device_info/fake_device_info_sync_service.h"
#include "components/sync_preferences/testing_pref_service_syncable.h"
#include "crypto/ec_private_key.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace {

class VapidKeyManagerTest : public testing::Test {};

}  // namespace

TEST_F(VapidKeyManagerTest, CreateKeyFlow) {}

TEST_F(VapidKeyManagerTest, SkipCreateKeyFlow) {}

TEST_F(VapidKeyManagerTest, ReadFromPreferenceFlow) {}