blob: 7a3f773f67e571d6191d387b0b7fe73d732f3b23 [file] [log] [blame]
// Copyright 2024 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CHROME_BROWSER_PRINTING_PRINT_COMPOSITOR_UTIL_H_
#define CHROME_BROWSER_PRINTING_PRINT_COMPOSITOR_UTIL_H_
#include "components/services/print_compositor/public/mojom/print_compositor.mojom.h"
namespace printing {
// Determine the type of document which the Print Compositor should generate
// for the print job.
mojom::PrintCompositor::DocumentType GetCompositorDocumentType();
} // namespace printing
#endif // CHROME_BROWSER_PRINTING_PRINT_COMPOSITOR_UTIL_H_