blob: f4eb5429c4a7aff8508c52a76359fa9b4df73057 [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#include "printing/print_job_constants.h"
6
7namespace printing {
8
9// Print out color: true for color, false for grayscale.
10const char kSettingColor[] = "color";
11
12// Page orientation: true for landscape, false for portrait.
13const char kSettingLandscape[] = "landscape";
14
15} // namespace printing