blob: cca95f2de5209cbe0a7e3e3e5bece6590a33ce8f [file]
// 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 "components/printing/browser/features.h"
namespace printing {
namespace features {
const base::Feature kUsePdfCompositorServiceForPrint{
"UsePdfCompositorServiceForPrint", base::FEATURE_DISABLED_BY_DEFAULT};
} // namespace features
} // namespace printing