#include "components/feed/core/proto/v2/wire/feed_entry_point_source.pb.h"
#include "components/feed/core/proto/v2/wire/feed_query.pb.h"
#include "components/feed/core/v2/feed_network.h"
#include "components/feed/core/v2/public/stream_type.h"
#include "components/feed/core/v2/public/types.h"
#include "feed_api_test.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace feed::test {
namespace {
TEST_F(FeedApiTest, SingleWebFeedShouldIgnoreQuota) { … }
TEST_F(FeedApiTest, SingleWebFeed_AttachMultiple) { … }
TEST_F(FeedApiTest, SingleWebFeed_LoggingDisabledForMenu) { … }
TEST_F(FeedApiTest, SingleWebFeed_EntryPointSetInSurface) { … }
TEST_F(FeedApiTest, SingleWebFeed_DelayedDeletion) { … }
TEST_F(FeedApiTest, SingleWebFeed_DataRemovedOnStartup) { … }
TEST_F(FeedApiTest, SingleWebFeed_ReattachedSingleWebStreamFetches) { … }
}
}