blob: 89c4cb9a6c7fa8524daef14e4a86d124a2214ca9 [file] [log] [blame]
// Copyright 2018 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "pdf/pdf_features.h"
namespace chrome_pdf {
namespace features {
const base::Feature kSaveEditedPDFForm{"SaveEditedPDFForm",
base::FEATURE_DISABLED_BY_DEFAULT};
const base::Feature kPDFAnnotations {
"PDFAnnotations",
#if defined(OS_CHROMEOS)
base::FEATURE_ENABLED_BY_DEFAULT
#else
base::FEATURE_DISABLED_BY_DEFAULT
#endif // defined(OS_CHROMEOS)
};
} // namespace features
} // namespace chrome_pdf