chromium/third_party/blink/renderer/platform/storage/blink_storage_key_mojom_traits_test.cc

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

#include "third_party/blink/renderer/platform/storage/blink_storage_key_mojom_traits.h"

#include "base/test/scoped_feature_list.h"
#include "base/unguessable_token.h"
#include "mojo/public/cpp/test_support/test_utils.h"
#include "net/base/features.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/blink/public/common/storage_key/storage_key.h"
#include "third_party/blink/public/common/storage_key/storage_key_mojom_traits.h"
#include "third_party/blink/public/mojom/storage_key/ancestor_chain_bit.mojom-blink.h"
#include "third_party/blink/public/mojom/storage_key/storage_key.mojom-blink.h"
#include "third_party/blink/renderer/platform/network/blink_schemeful_site.h"
#include "third_party/blink/renderer/platform/storage/blink_storage_key.h"
#include "third_party/blink/renderer/platform/weborigin/security_origin.h"
#include "third_party/blink/renderer/platform/wtf/vector.h"
#include "url/gurl.h"
#include "url/origin.h"

namespace blink {

TEST(BlinkStorageKeyMojomTraitsTest, SerializeAndDeserialize_BlinkStorageKey) {}

// Tests serializing from StorageKey and deserializing to BlinkStorageKey.
TEST(BlinkStorageKeyMojomTraitsTest,
     SerializeFromStorageKey_DeserializeToBlinkStorageKey) {}

// Tests serializing from BlinkStorageKey and deserializing to StorageKey.
TEST(BlinkStorageKeyMojomTraitsTest,
     SerializeFromBlinkStorageKey_DeserializeToStorageKey) {}

}  // namespace blink