blob: 59b1f0729d38b8443b8c1e75427c75eaa58e1fef [file] [log] [blame]
// Copyright 2019 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.
#ifndef PRINTING_PRINTING_FEATURES_CHROMEOS_H_
#define PRINTING_PRINTING_FEATURES_CHROMEOS_H_
#include "base/feature_list.h"
#include "printing/printing_export.h"
namespace printing {
// All features in alphabetical order. The features should be documented
// alongside the definition of their values in the .cc file.
PRINTING_EXPORT extern const base::Feature kAdvancedPpdAttributes;
} // namespace printing
#endif // PRINTING_PRINTING_FEATURES_CHROMEOS_H_