Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(188)

Side by Side Diff: printing/print_job_constants.h

Issue 7976017: Simplified print preview printer selection to be more consistent with Chrome (Closed)
Patch Set: Fix whitespace Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/test/data/webui/print_preview.js ('k') | printing/print_job_constants.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // 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 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef PRINTING_PRINT_JOB_CONSTANTS_H_ 5 #ifndef PRINTING_PRINT_JOB_CONSTANTS_H_
6 #define PRINTING_PRINT_JOB_CONSTANTS_H_ 6 #define PRINTING_PRINT_JOB_CONSTANTS_H_
7 7
8 #include "printing/printing_export.h" 8 #include "printing/printing_export.h"
9 9
10 namespace printing { 10 namespace printing {
11 11
12 PRINTING_EXPORT extern const char kIsFirstRequest[]; 12 PRINTING_EXPORT extern const char kIsFirstRequest[];
13 PRINTING_EXPORT extern const char kPreviewRequestID[]; 13 PRINTING_EXPORT extern const char kPreviewRequestID[];
14 PRINTING_EXPORT extern const char kPreviewUIAddr[]; 14 PRINTING_EXPORT extern const char kPreviewUIAddr[];
15 PRINTING_EXPORT extern const char kSettingCloudPrintId[]; 15 PRINTING_EXPORT extern const char kSettingCloudPrintId[];
16 PRINTING_EXPORT extern const char kSettingCloudPrintDialog[];
16 PRINTING_EXPORT extern const char kSettingCollate[]; 17 PRINTING_EXPORT extern const char kSettingCollate[];
17 PRINTING_EXPORT extern const char kSettingColor[]; 18 PRINTING_EXPORT extern const char kSettingColor[];
18 PRINTING_EXPORT extern const char kSettingContentHeight[]; 19 PRINTING_EXPORT extern const char kSettingContentHeight[];
19 PRINTING_EXPORT extern const char kSettingContentWidth[]; 20 PRINTING_EXPORT extern const char kSettingContentWidth[];
20 PRINTING_EXPORT extern const char kSettingCopies[]; 21 PRINTING_EXPORT extern const char kSettingCopies[];
21 PRINTING_EXPORT extern const char kSettingDefaultMarginsSelected[]; 22 PRINTING_EXPORT extern const char kSettingDefaultMarginsSelected[];
22 PRINTING_EXPORT extern const char kSettingDeviceName[]; 23 PRINTING_EXPORT extern const char kSettingDeviceName[];
23 PRINTING_EXPORT extern const char kSettingDuplexMode[]; 24 PRINTING_EXPORT extern const char kSettingDuplexMode[];
24 PRINTING_EXPORT extern const char kSettingGenerateDraftData[]; 25 PRINTING_EXPORT extern const char kSettingGenerateDraftData[];
25 PRINTING_EXPORT extern const char kSettingHeaderFooterEnabled[]; 26 PRINTING_EXPORT extern const char kSettingHeaderFooterEnabled[];
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 // Print job color mode values. 72 // Print job color mode values.
72 enum ColorMode { 73 enum ColorMode {
73 GRAY = 1, 74 GRAY = 1,
74 COLOR, 75 COLOR,
75 CMYK, 76 CMYK,
76 }; 77 };
77 78
78 } // namespace printing 79 } // namespace printing
79 80
80 #endif // PRINTING_PRINT_JOB_CONSTANTS_H_ 81 #endif // PRINTING_PRINT_JOB_CONSTANTS_H_
OLDNEW
« no previous file with comments | « chrome/test/data/webui/print_preview.js ('k') | printing/print_job_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698