blob: 8a0f41aa6f5df722eeb536dd67a0cb33857ee6a1 [file] [log] [blame]
[email protected]c48bee22011-03-29 02:36:261// 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
8namespace printing {
9
10extern const char kSettingColor[];
11extern const char kSettingLandscape[];
[email protected]bb27c9b2011-03-31 01:21:3912extern const char kSettingPrintToPDF[];
[email protected]f803c932011-03-30 16:40:1213extern const char kSettingPrinterName[];
[email protected]c48bee22011-03-29 02:36:2614
15} // namespace printing
16
17#endif // PRINTING_PRINT_JOB_CONSTANTS_H_