Chromium Code Reviews

Issue 4233004: Make CUPS cloud print proxy to support multiple print servers.... (Closed)

Created:
10 years, 1 month ago by gene1
Modified:
9 years, 7 months ago
Reviewers:
sanjeevr
CC:
chromium-reviews
Visibility:
Public.

Description

Make CUPS cloud print proxy to support multiple print servers. Add notifications for printer settings changed, and periodic update to check for new printers. BUG=none TEST=Make sure CP proxy works on Linux. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=64970

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Total comments: 5

Patch Set 4 : '' #

Patch Set 5 : '' #

Patch Set 6 : '' #

Unified diffs Side-by-side diffs Stats (+449 lines, -168 lines)
M chrome/service/cloud_print/cloud_print_proxy_backend.cc View 3 chunks +4 lines, -2 lines 0 comments
M chrome/service/cloud_print/print_system.h View 2 chunks +17 lines, -2 lines 0 comments
M chrome/service/cloud_print/print_system_cups.cc View 12 chunks +404 lines, -155 lines 0 comments
M chrome/service/cloud_print/print_system_win.cc View 2 chunks +22 lines, -7 lines 0 comments
M chrome/service/cloud_print/printer_job_handler.cc View 2 chunks +2 lines, -2 lines 0 comments

Messages

Total messages: 4 (0 generated)
gene1
10 years, 1 month ago (2010-11-03 00:33:22 UTC) #1
sanjeevr
Overall, this looks good. A few comments. http://codereview.chromium.org/4233004/diff/14001/15002 File chrome/service/cloud_print/print_system.h (right): http://codereview.chromium.org/4233004/diff/14001/15002#newcode135 chrome/service/cloud_print/print_system.h:135: virtual void ...
10 years, 1 month ago (2010-11-03 17:23:58 UTC) #2
gene1
Mostly done. Some comments inline. On Wed, Nov 3, 2010 at 10:23 AM, <sanjeevr@chromium.org> wrote: ...
10 years, 1 month ago (2010-11-03 18:26:34 UTC) #3
sanjeevr
10 years, 1 month ago (2010-11-03 19:15:31 UTC) #4
LGTM

Powered by Google App Engine