[email protected] | c48bee2 | 2011-03-29 02:36:26 | [diff] [blame] | 1 | // Copyright (c) 2011 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. | ||||
4 | |||||
5 | #ifndef PRINTING_PRINT_JOB_CONSTANTS_H_ | ||||
6 | #define PRINTING_PRINT_JOB_CONSTANTS_H_ | ||||
7 | |||||
8 | namespace printing { | ||||
9 | |||||
10 | extern const char kSettingColor[]; | ||||
11 | extern const char kSettingLandscape[]; | ||||
[email protected] | bb27c9b | 2011-03-31 01:21:39 | [diff] [blame] | 12 | extern const char kSettingPrintToPDF[]; |
[email protected] | f803c93 | 2011-03-30 16:40:12 | [diff] [blame] | 13 | extern const char kSettingPrinterName[]; |
[email protected] | c48bee2 | 2011-03-29 02:36:26 | [diff] [blame] | 14 | |
15 | } // namespace printing | ||||
16 | |||||
17 | #endif // PRINTING_PRINT_JOB_CONSTANTS_H_ |