blob: b7486977c2ae83a434711235bd11b53a34a38f07 [file] [log] [blame]
Lei Zhang802201c2018-11-14 18:16:281// Copyright 2018 The Chromium Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5// This file defines all the public base::FeatureList features for the pdf
6// module.
7
8#ifndef PDF_PDF_FEATURES_H_
9#define PDF_PDF_FEATURES_H_
10
11#include "base/feature_list.h"
12
13namespace chrome_pdf {
14namespace features {
15
Mansi Awasthi924fd3cf2020-03-23 12:08:1616extern const base::Feature kAccessiblePDFForm;
Hui Yingst155189ac2020-01-31 15:06:4217extern const base::Feature kAccessiblePDFHighlight;
Daniel Hosseinian7dab9942020-05-30 04:19:4218extern const base::Feature kPdfHonorJsContentSettings;
rbpotter35f29f12020-05-20 20:58:1319extern const base::Feature kPDFViewerUpdate;
Hui Yingst155189ac2020-01-31 15:06:4220extern const base::Feature kSaveEditedPDFForm;
Neha Gupta96e2f2b2020-04-15 20:05:5321extern const base::Feature kTabAcrossPDFAnnotations;
Lei Zhang802201c2018-11-14 18:16:2822
Lei Zhang802201c2018-11-14 18:16:2823} // namespace features
24} // namespace chrome_pdf
25
26#endif // PDF_PDF_FEATURES_H_