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

Unified Diff: printing/print_job_constants.h

Issue 10873097: Merge 153342 - Print preview: Use an ID instead of memory pointer string in WebUI. (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1229/src/
Patch Set: Created 8 years, 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/renderer/print_web_view_helper_browsertest.cc ('k') | printing/print_job_constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: printing/print_job_constants.h
===================================================================
--- printing/print_job_constants.h (revision 153583)
+++ printing/print_job_constants.h (working copy)
@@ -12,7 +12,7 @@
PRINTING_EXPORT extern const char kIsFirstRequest[];
PRINTING_EXPORT extern const char kPreviewRequestID[];
-PRINTING_EXPORT extern const char kPreviewUIAddr[];
+PRINTING_EXPORT extern const char kPreviewUIID[];
PRINTING_EXPORT extern const char kSettingCloudPrintId[];
PRINTING_EXPORT extern const char kSettingCloudPrintDialog[];
PRINTING_EXPORT extern const char kSettingCollate[];
@@ -116,8 +116,8 @@
RGBA,
COLORMODE_COLOR, // Used in samsung printer ppds.
COLORMODE_MONOCHROME, // Used in samsung printer ppds.
- HP_COLOR_COLOR, // Used in HP color printer ppds.
- HP_COLOR_BLACK, // Used in HP color printer ppds.
+ HP_COLOR_COLOR, // Used in HP color printer ppds.
+ HP_COLOR_BLACK, // Used in HP color printer ppds.
PRINTOUTMODE_NORMAL, // Used in foomatic ppds.
PRINTOUTMODE_NORMAL_GRAY, // Used in foomatic ppds.
PROCESSCOLORMODEL_CMYK, // Used in canon printer ppds.
« no previous file with comments | « chrome/renderer/print_web_view_helper_browsertest.cc ('k') | printing/print_job_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698