chromium/net/cookies/static_cookie_policy_unittest.cc

// Copyright 2011 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/static_cookie_policy.h"
#include "net/base/net_errors.h"
#include "net/cookies/site_for_cookies.h"
#include "net/test/gtest_util.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "url/gurl.h"

IsOk;

namespace net {

class StaticCookiePolicyTest : public testing::Test {};

TEST_F(StaticCookiePolicyTest, DefaultPolicyTest) {}

TEST_F(StaticCookiePolicyTest, AllowAllCookiesTest) {}

TEST_F(StaticCookiePolicyTest, BlockAllThirdPartyCookiesTest) {}

TEST_F(StaticCookiePolicyTest, BlockAllCookiesTest) {}

}  // namespace net