Print Preview: Implement basic settings.
BUG=57902
TEST=Run with --enable-print-preview, make sure orientation and color settings work.
Review URL: http://codereview.chromium.org/6736014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79655 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/printing/print_job_constants.h b/printing/print_job_constants.h
new file mode 100644
index 0000000..ce224af
--- /dev/null
+++ b/printing/print_job_constants.h
@@ -0,0 +1,15 @@
+// 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[];
+
+} // namespace printing
+
+#endif // PRINTING_PRINT_JOB_CONSTANTS_H_