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

Issue 2643163002: Refactor print_job.cc (Closed)

Created:
3 years, 11 months ago by rbpotter
Modified:
3 years, 11 months ago
CC:
chromium-reviews
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Refactor print_job.cc Refactor sections of PrintJob to facilitate addition of postscript printing code (see https://codereview.chromium.org/2633573002/) BUG=None Review-Url: https://codereview.chromium.org/2643163002 Cr-Commit-Position: refs/heads/master@{#445204} Committed: https://chromium.googlesource.com/chromium/src/+/ca879edd87d5753d095a5dcecf74d2176fbabd1c

Patch Set 1 #

Patch Set 2 : Add comment #

Total comments: 4

Patch Set 3 : Remove extra class and fix return vals #

Patch Set 4 : Fix protected #

Total comments: 2

Patch Set 5 : Fix constructor #

Unified diffs Side-by-side diffs Delta from patch set Stats (+40 lines, -35 lines) Patch
M chrome/browser/printing/print_job.h View 1 2 2 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/printing/print_job.cc View 1 2 3 4 3 chunks +34 lines, -29 lines 0 comments Download

Messages

Total messages: 25 (18 generated)
rbpotter
3 years, 11 months ago (2017-01-20 00:43:27 UTC) #5
Vitaly Buka (NO REVIEWS)
https://codereview.chromium.org/2643163002/diff/20001/chrome/browser/printing/print_job.cc File chrome/browser/printing/print_job.cc (right): https://codereview.chromium.org/2643163002/diff/20001/chrome/browser/printing/print_job.cc#newcode263 chrome/browser/printing/print_job.cc:263: protected: I don't reason for exception here https://google.github.io/styleguide/cppguide.html#Access_Control https://codereview.chromium.org/2643163002/diff/20001/chrome/browser/printing/print_job.cc#newcode275 ...
3 years, 11 months ago (2017-01-20 08:36:47 UTC) #8
rbpotter
https://codereview.chromium.org/2643163002/diff/20001/chrome/browser/printing/print_job.cc File chrome/browser/printing/print_job.cc (right): https://codereview.chromium.org/2643163002/diff/20001/chrome/browser/printing/print_job.cc#newcode263 chrome/browser/printing/print_job.cc:263: protected: On 2017/01/20 08:36:47, Vitaly Buka wrote: > I ...
3 years, 11 months ago (2017-01-20 16:51:32 UTC) #11
Vitaly Buka (NO REVIEWS)
LGTM https://codereview.chromium.org/2643163002/diff/60001/chrome/browser/printing/print_job.cc File chrome/browser/printing/print_job.cc (right): https://codereview.chromium.org/2643163002/diff/60001/chrome/browser/printing/print_job.cc#newcode235 chrome/browser/printing/print_job.cc:235: converter_.reset(converter.release()); converter_(std::move(converter));
3 years, 11 months ago (2017-01-20 19:18:22 UTC) #14
rbpotter
https://codereview.chromium.org/2643163002/diff/60001/chrome/browser/printing/print_job.cc File chrome/browser/printing/print_job.cc (right): https://codereview.chromium.org/2643163002/diff/60001/chrome/browser/printing/print_job.cc#newcode235 chrome/browser/printing/print_job.cc:235: converter_.reset(converter.release()); On 2017/01/20 19:18:22, Vitaly Buka wrote: > converter_(std::move(converter)); ...
3 years, 11 months ago (2017-01-20 22:15:20 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2643163002/80001
3 years, 11 months ago (2017-01-20 23:09:42 UTC) #22
commit-bot: I haz the power
3 years, 11 months ago (2017-01-20 23:15:42 UTC) #25
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://chromium.googlesource.com/chromium/src/+/ca879edd87d5753d095a5dcecf74...

Powered by Google App Engine
This is Rietveld 408576698