chromium/components/feed/core/v2/enums.cc

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

#include "components/feed/core/v2/enums.h"

#include <ostream>
#include <string_view>

namespace feed {

// Included for debug builds only for reduced binary size.

std::ostream& operator<<(std::ostream& out, NetworkRequestType value) {}

std::ostream& operator<<(std::ostream& out, LoadStreamStatus value) {}

bool IsLoadingSuccessfulAndFresh(LoadStreamStatus status) {}

std::ostream& operator<<(std::ostream& out, UploadActionsStatus value) {}

std::ostream& operator<<(std::ostream& out, UploadActionsBatchStatus value) {}

std::ostream& operator<<(std::ostream& out, WebFeedRefreshStatus value) {}

std::string_view ToString(UserSettingsOnStart v) {}
std::ostream& operator<<(std::ostream& out, UserSettingsOnStart value) {}

}  // namespace feed