Lei Zhang | 802201c | 2018-11-14 18:16:28 | [diff] [blame] | 1 | // 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 | |
| 13 | namespace chrome_pdf { |
| 14 | namespace features { |
| 15 | |
Mansi Awasthi | 924fd3cf | 2020-03-23 12:08:16 | [diff] [blame] | 16 | extern const base::Feature kAccessiblePDFForm; |
Hui Yingst | 155189ac | 2020-01-31 15:06:42 | [diff] [blame] | 17 | extern const base::Feature kAccessiblePDFHighlight; |
Daniel Hosseinian | 7dab994 | 2020-05-30 04:19:42 | [diff] [blame] | 18 | extern const base::Feature kPdfHonorJsContentSettings; |
rbpotter | 35f29f1 | 2020-05-20 20:58:13 | [diff] [blame] | 19 | extern const base::Feature kPDFViewerUpdate; |
Hui Yingst | 155189ac | 2020-01-31 15:06:42 | [diff] [blame] | 20 | extern const base::Feature kSaveEditedPDFForm; |
Neha Gupta | 96e2f2b | 2020-04-15 20:05:53 | [diff] [blame] | 21 | extern const base::Feature kTabAcrossPDFAnnotations; |
Lei Zhang | 802201c | 2018-11-14 18:16:28 | [diff] [blame] | 22 | |
Lei Zhang | 802201c | 2018-11-14 18:16:28 | [diff] [blame] | 23 | } // namespace features |
| 24 | } // namespace chrome_pdf |
| 25 | |
| 26 | #endif // PDF_PDF_FEATURES_H_ |