// Copyright 2014 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef PRINTING_PRINTING_CONTEXT_LINUX_H_ #define PRINTING_PRINTING_CONTEXT_LINUX_H_ #include <memory> #include <string> #include "base/memory/raw_ptr.h" #include "printing/mojom/print.mojom.h" #include "printing/printing_context.h" namespace printing { class MetafilePlayer; class PrintDialogLinuxInterface; // PrintingContext with optional native UI for print dialog and pdf_paper_size. class COMPONENT_EXPORT(PRINTING) PrintingContextLinux : public PrintingContext { … }; } // namespace printing #endif // PRINTING_PRINTING_CONTEXT_LINUX_H_