blob: 0de7ba53e28d7437b3faaa0cdda1b77bf94312cd [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;
Douglas Stockwell6a3bbaed2018-11-28 10:44:0518extern const base::Feature kPDFAnnotations;
Hui Yingstd6b981c2020-01-31 14:46:5619extern const base::Feature kPDFTwoUpView;
Hui Yingst155189ac2020-01-31 15:06:4220extern const base::Feature kSaveEditedPDFForm;
Lei Zhang802201c2018-11-14 18:16:2821
22} // namespace features
23} // namespace chrome_pdf
24
25#endif // PDF_PDF_FEATURES_H_