From 50f4ea392ef72bd00c05685ccfbf9a2be5870780 Mon Sep 17 00:00:00 2001 From: "thestig@chromium.org" Date: Wed, 28 Sep 2011 01:05:01 +0000 Subject: Revert 103010 - Refactored code to move cloudprint specific code into print_preview_cloud.js. Removed "Local" and "Cloud" labels from dropdown The "More printers" label is now more clear and shares behavior with the cloud print printer option in Chrome. The system print dialog link is replaced with a similar link referencing cloud print in chrome os. Choosing cloud print from the printers dropdown now requires the user to hit print before opening the cloud print dialog. Fixed broken tests. BUG=88098, 97175, http://code.google.com/p/chromium-os/issues/detail?id=16082, http://code.google.com/p/chromium-os/issues/detail?id=20121, http://code.google.com/p/chromium-os/issues/detail?id=20119 TEST=Enable print preview in about:flags. Printing should work with cloud print printers in much the same way as local printers in Chrome Review URL: http://codereview.chromium.org/7976017 TBR=abodenha@google.com Review URL: http://codereview.chromium.org/8055036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@103067 0039d316-1c4b-4281-b951-d872f2087c98 --- printing/print_job_constants.h | 1 - 1 file changed, 1 deletion(-) (limited to 'printing/print_job_constants.h') diff --git a/printing/print_job_constants.h b/printing/print_job_constants.h index cbdad74..ebd63c2 100644 --- a/printing/print_job_constants.h +++ b/printing/print_job_constants.h @@ -13,7 +13,6 @@ PRINTING_EXPORT extern const char kIsFirstRequest[]; PRINTING_EXPORT extern const char kPreviewRequestID[]; PRINTING_EXPORT extern const char kPreviewUIAddr[]; PRINTING_EXPORT extern const char kSettingCloudPrintId[]; -PRINTING_EXPORT extern const char kSettingCloudPrintDialog[]; PRINTING_EXPORT extern const char kSettingCollate[]; PRINTING_EXPORT extern const char kSettingColor[]; PRINTING_EXPORT extern const char kSettingContentHeight[]; -- cgit v1.1