chromium/components/page_content_annotations/core/page_content_annotations_enums.h

// 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.

#ifndef COMPONENTS_PAGE_CONTENT_ANNOTATIONS_CORE_PAGE_CONTENT_ANNOTATIONS_ENUMS_H_
#define COMPONENTS_PAGE_CONTENT_ANNOTATIONS_CORE_PAGE_CONTENT_ANNOTATIONS_ENUMS_H_

namespace page_content_annotations {

// The status for the page content annotations being stored.
//
// Keep in sync with PageContentAnnotationsStorageStatus in enums.xml.
enum PageContentAnnotationsStorageStatus {};

}  // namespace page_content_annotations

#endif  // COMPONENTS_PAGE_CONTENT_ANNOTATIONS_CORE_PAGE_CONTENT_ANNOTATIONS_ENUMS_H_