// Copyright 2013 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "net/cookies/cookie_constants.h" #include "testing/gtest/include/gtest/gtest.h" namespace net { TEST(CookieConstantsTest, TestCookiePriority) { … } // TODO(crbug.com/40641705): Add tests for multiple possibly-invalid attributes. TEST(CookieConstantsTest, TestCookieSameSite) { … } TEST(CookieConstantsTest, TestReducePortRangeForCookieHistogram) { … } } // namespace net