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

Side by Side Diff: printing/print_job_constants.h

Issue 478183005: Added PrintingContext::Delegate to get parent view handle and application locale. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Mon Aug 25 23:50:54 PDT 2014 Created 6 years, 3 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 | Annotate | Revision Log
« no previous file with comments | « printing/emf_win_unittest.cc ('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) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 "build/build_config.h" 8 #include "build/build_config.h"
9 #include "printing/printing_export.h" 9 #include "printing/printing_export.h"
10 10
11 namespace printing { 11 namespace printing {
12 12
13 PRINTING_EXPORT extern const char kIsFirstRequest[]; 13 PRINTING_EXPORT extern const char kIsFirstRequest[];
14 PRINTING_EXPORT extern const char kPreviewRequestID[]; 14 PRINTING_EXPORT extern const char kPreviewRequestID[];
15 PRINTING_EXPORT extern const char kPreviewInitiatorHostId[];
16 PRINTING_EXPORT extern const char kPreviewInitiatorRoutingId[];
15 PRINTING_EXPORT extern const char kPreviewUIID[]; 17 PRINTING_EXPORT extern const char kPreviewUIID[];
16 PRINTING_EXPORT extern const char kSettingCapabilities[]; 18 PRINTING_EXPORT extern const char kSettingCapabilities[];
17 PRINTING_EXPORT extern const char kSettingCloudPrintId[]; 19 PRINTING_EXPORT extern const char kSettingCloudPrintId[];
18 PRINTING_EXPORT extern const char kSettingCloudPrintDialog[]; 20 PRINTING_EXPORT extern const char kSettingCloudPrintDialog[];
19 PRINTING_EXPORT extern const char kSettingCollate[]; 21 PRINTING_EXPORT extern const char kSettingCollate[];
20 PRINTING_EXPORT extern const char kSettingColor[]; 22 PRINTING_EXPORT extern const char kSettingColor[];
21 PRINTING_EXPORT extern const char kSettingSetColorAsDefault[]; 23 PRINTING_EXPORT extern const char kSettingSetColorAsDefault[];
22 PRINTING_EXPORT extern const char kSettingContentHeight[]; 24 PRINTING_EXPORT extern const char kSettingContentHeight[];
23 PRINTING_EXPORT extern const char kSettingContentWidth[]; 25 PRINTING_EXPORT extern const char kSettingContentWidth[];
24 PRINTING_EXPORT extern const char kSettingCopies[]; 26 PRINTING_EXPORT extern const char kSettingCopies[];
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 DEFAULT_MARGINS, // Default varies depending on headers being enabled or not 138 DEFAULT_MARGINS, // Default varies depending on headers being enabled or not
137 NO_MARGINS, 139 NO_MARGINS,
138 PRINTABLE_AREA_MARGINS, 140 PRINTABLE_AREA_MARGINS,
139 CUSTOM_MARGINS, 141 CUSTOM_MARGINS,
140 MARGIN_TYPE_LAST = CUSTOM_MARGINS 142 MARGIN_TYPE_LAST = CUSTOM_MARGINS
141 }; 143 };
142 144
143 } // namespace printing 145 } // namespace printing
144 146
145 #endif // PRINTING_PRINT_JOB_CONSTANTS_H_ 147 #endif // PRINTING_PRINT_JOB_CONSTANTS_H_
OLDNEW
« no previous file with comments | « printing/emf_win_unittest.cc ('k') | printing/print_job_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698