// 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_ |