#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 { … };
}
TEST_F(VapidKeyManagerTest, CreateKeyFlow) { … }
TEST_F(VapidKeyManagerTest, SkipCreateKeyFlow) { … }
TEST_F(VapidKeyManagerTest, ReadFromPreferenceFlow) { … }