summaryrefslogtreecommitdiffstats
path: root/printing/print_job_constants.h
blob: ec8ca8c3cc4fa539c6e99a7d66479762c03fa1cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// Copyright (c) 2011 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.

#ifndef PRINTING_PRINT_JOB_CONSTANTS_H_
#define PRINTING_PRINT_JOB_CONSTANTS_H_

namespace printing {

extern const char kSettingCollate[];
extern const char kSettingColor[];
extern const char kSettingCopies[];
extern const char kSettingDuplexMode[];
extern const char kSettingLandscape[];
extern const char kSettingPrinterName[];
extern const char kSettingPrintToPDF[];

}  // namespace printing

#endif  // PRINTING_PRINT_JOB_CONSTANTS_H_