1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef COMPONENTS_PRINTING_BROWSER_PRINT_MANAGER_UTILS_H_
6 #define COMPONENTS_PRINTING_BROWSER_PRINT_MANAGER_UTILS_H_
8 struct PrintMsg_Print_Params
;
14 // Converts given settings to Print_Params and stores them in the output
15 // parameter |params|.
16 void RenderParamsFromPrintSettings(const PrintSettings
& settings
,
17 PrintMsg_Print_Params
* params
);
19 } // namespace printing
21 #endif // COMPONENTS_PRINTING_BROWSER_PRINT_MANAGER_UTILS_H_