diff options
author | abodenha@chromium.org <abodenha@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-13 00:01:27 +0000 |
---|---|---|
committer | abodenha@chromium.org <abodenha@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-13 00:01:27 +0000 |
commit | b579afd5e836551367c5a96be8c699df6cba7554 (patch) | |
tree | 82c7d19e53121b21bc914a0fa750ff7451e99c4f /chrome/app | |
parent | 753469d74234fe099fd4ce21178ea1e92b15535e (diff) | |
download | chromium_src-b579afd5e836551367c5a96be8c699df6cba7554.zip chromium_src-b579afd5e836551367c5a96be8c699df6cba7554.tar.gz chromium_src-b579afd5e836551367c5a96be8c699df6cba7554.tar.bz2 |
Initial support for cloudprint in print preview.
To enable in Windows/Mac/Linux pass "--enable-cloud-print --enable-print-preview" on the command line.
To enable in ChromeOS open about:flags and enable print preview.
This first pass extends the print preview UI to retrieve a printer list from cloud print and to allow printing to a cloud print printer.
Limitations/known issues:
Sign in opens a new tab and requires the print preview page to be refreshed after sign in.
Only pulls the first 10 GCP printers.
Job settings are very limited. Only sets color and only for a limited set of printers.
BUG=80004
TEST=
When running with default flags the only visible change should be that "Manage Printers" is now "Manage Local Printers"
With flags set as above there should be new entries in the printer selection dropdown allowing the use of cloud printers. It should be possible to sign in to cloud print, open the management page, and be able to print documents to cloud printers.
Review URL: http://codereview.chromium.org/7038028
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92275 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index dd7ce24..cabe5fa 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -5749,9 +5749,6 @@ ls' lab."> <message name="IDS_PRINT_PREVIEW_TITLE_FORMAT" desc="The format for the print preview page title."> Print - <ph name="PREVIEW_TAB_TITLE">$1<ex>Google Search</ex></ph> </message> - <message name="IDS_PRINT_PREVIEW_LOADING_PRINTERS" desc="Message to display while the print preview is still loading the printer list."> - Loading additional printers - </message> <message name="IDS_PRINT_PREVIEW_LOADING" desc="Message to display while the print preview is still loading."> Loading preview </message> @@ -5833,7 +5830,7 @@ ls' lab."> </message> <message name="IDS_PRINT_PREVIEW_ADD_CLOUD_PRINTER" desc="Option shown in printer drop-down list that takes the user to a page to add cloud based printers."> - Add a cloud printer... + Add cloud printers... </message> <message name="IDS_PRINT_PREVIEW_CLOUD_PRINTERS" desc="Option shown in printer drop-down list that serves as a heading above all cloud based printers."> |