blob: 8a0f41aa6f5df722eeb536dd67a0cb33857ee6a1 [file] [log] [blame]
// 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 kSettingColor[];
extern const char kSettingLandscape[];
extern const char kSettingPrintToPDF[];
extern const char kSettingPrinterName[];
} // namespace printing
#endif // PRINTING_PRINT_JOB_CONSTANTS_H_