chromium/components/user_annotations/user_annotations_features.cc

// Copyright 2024 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/user_annotations/user_annotations_features.h"

#include "base/containers/contains.h"
#include "base/feature_list.h"
#include "base/strings/string_split.h"

namespace user_annotations {

BASE_FEATURE();

bool IsUserAnnotationsEnabled() {}

bool ShouldAddFormSubmissionForURL(const GURL& url) {}

bool ShouldReplaceAnnotationsAfterEachSubmission() {}

bool ShouldPersistUserAnnotations() {}

}  // namespace user_annotations